From: erg Date: Thu, 7 Dec 2006 22:49:36 +0000 (+0000) Subject: Re-do some .h files to limit exposure of internal values, .h files, X-Git-Tag: LAST_LIBGRAPH~32^2~5777 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f4c6b470e22f13da9f43f667440a3c6914e7fffc;p=graphviz Re-do some .h files to limit exposure of internal values, .h files, and dependencies on config.h; return to a simple, concrete boolean type --- diff --git a/lib/gvc/gvcommon.h b/lib/gvc/gvcommon.h index e98930206..a35eb3413 100644 --- a/lib/gvc/gvcommon.h +++ b/lib/gvc/gvcommon.h @@ -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;