00001 /* $Id: circo.h,v 1.2 2005/07/29 22:59:35 erg Exp $ $Revision: 1.2 $ */ 00002 /* vim:set shiftwidth=4 ts=8: */ 00003 00004 /********************************************************** 00005 * This software is part of the graphviz package * 00006 * http://www.graphviz.org/ * 00007 * * 00008 * Copyright (c) 1994-2004 AT&T Corp. * 00009 * and is licensed under the * 00010 * Common Public License, Version 1.0 * 00011 * by AT&T Corp. * 00012 * * 00013 * Information and Software Systems Research * 00014 * AT&T Research, Florham Park NJ * 00015 **********************************************************/ 00016 00017 #ifndef CIRCO_H 00018 #define CIRCO_H 00019 00020 #include "render.h" 00021 00022 #ifdef __cplusplus 00023 extern "C" { 00024 #endif 00025 00026 extern void circo_layout(Agraph_t * g); 00027 extern void circoLayout(Agraph_t * g); 00028 extern void circo_cleanup(Agraph_t * g); 00029 extern void circo_init_graph(graph_t * g); 00030 00031 #ifdef __cplusplus 00032 } 00033 #endif 00034 #endif