]> 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/gvc/gvcommon.h

index e989302061d503ef33906816cdc1920c06af4e04..a35eb34134f9c02ba103f90d041d0e735371c5d8 100644 (file)
@@ -26,7 +26,7 @@ extern "C" {
        char **info;
        char *cmdname;
        int verbose;
-       bool config, auto_outfile_names;
+       boolean config, auto_outfile_names;
         void (*errorfn) (char *fmt, ...);
        char **show_boxes; /* emit code for correct box coordinates */
        char **lib;