summaryrefslogtreecommitdiff
path: root/utils/parseargs.h
diff options
context:
space:
mode:
authorAdrian Johnson <ajohnson@redneon.com>2011-10-17 20:33:03 +1030
committerAdrian Johnson <ajohnson@redneon.com>2011-10-17 21:14:55 +1030
commit40b56994dda79653c902977423f349efa55cf21e (patch)
tree0f8fa6d0c1eb683b87cda3e4f0f681c080a54e9e /utils/parseargs.h
parent4bb34757dbbff780baba053371274c05b29771e1 (diff)
utils: Add GooString arg to parseargs and use for paths in pdftocairo
<sys/param.h> and MAXPATHLEN is not available on windows. Avoid the need to know the max path length by using GooString for the path.
Diffstat (limited to 'utils/parseargs.h')
-rw-r--r--utils/parseargs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/parseargs.h b/utils/parseargs.h
index 410dcc46..a2ec1d76 100644
--- a/utils/parseargs.h
+++ b/utils/parseargs.h
@@ -41,6 +41,8 @@ typedef enum {
/* [val: double *] */
argString, /* string arg */
/* [val: char *] */
+ argGooString, /* string arg */
+ /* [val: GooString *] */
/* dummy entries -- these show up in the usage listing only; */
/* useful for X args, for example */
argFlagDummy,