]> granicus.if.org Git - graphviz/commitdiff
Re-do some .h files to limit exposure of internal values, .h files,
authorerg <devnull@localhost>
Thu, 7 Dec 2006 22:49:36 +0000 (22:49 +0000)
committererg <devnull@localhost>
Thu, 7 Dec 2006 22:49:36 +0000 (22:49 +0000)
and dependencies on config.h; return to a simple, concrete boolean type

lib/fdpgen/fdp.h

index eb6e2eb1c0f1ce03037bc2f7f971053c54523a8d..e33c26e14869862c444633851a8d795a1d807f16 100644 (file)
@@ -101,7 +101,7 @@ extern "C" {
 #endif
 
     extern void fdp_layout(Agraph_t * g);
-    extern void fdp_nodesize(node_t *, bool);
+    extern void fdp_nodesize(node_t *, boolean);
     extern void fdp_init_graph(Agraph_t * g);
     extern void fdp_init_node_edge(Agraph_t * g);
     extern void fdp_cleanup(Agraph_t * g);