|
Graphviz 2.29.20120208.0545
|
00001 /* $Id$ $Revision$ */ 00002 /* vim:set shiftwidth=4 ts=8: */ 00003 00004 /************************************************************************* 00005 * Copyright (c) 2011 AT&T Intellectual Property 00006 * All rights reserved. This program and the accompanying materials 00007 * are made available under the terms of the Eclipse Public License v1.0 00008 * which accompanies this distribution, and is available at 00009 * http://www.eclipse.org/legal/epl-v10.html 00010 * 00011 * Contributors: See CVS logs. Details at http://www.graphviz.org/ 00012 *************************************************************************/ 00013 00014 #ifndef CIRCO_H 00015 #define CIRCO_H 00016 00017 #include "render.h" 00018 00019 #ifdef __cplusplus 00020 extern "C" { 00021 #endif 00022 00023 extern void circo_layout(Agraph_t * g); 00024 extern void circoLayout(Agraph_t * g); 00025 extern void circo_cleanup(Agraph_t * g); 00026 extern void circo_init_graph(graph_t * g); 00027 00028 #ifdef __cplusplus 00029 } 00030 #endif 00031 #endif
1.7.4