about summary refs log tree commit diff
path: root/lib/util/shhopt.h
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2009-12-09 03:52:08 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2009-12-09 03:52:08 +0000
commit481a3f5110e03c2301e53837da2666114b5efa5c (patch)
tree77e1d1272c4252785583794324e5e7007da1d60e /lib/util/shhopt.h
parentca1c1c7c4ca76728b3134cf685e8b8a6142e663b (diff)
downloadnetpbm-mirror-481a3f5110e03c2301e53837da2666114b5efa5c.tar.gz
netpbm-mirror-481a3f5110e03c2301e53837da2666114b5efa5c.tar.xz
netpbm-mirror-481a3f5110e03c2301e53837da2666114b5efa5c.zip
new facilities needed by recently committed Pnmconvol updates: string list option type, token parsing, file line I/O
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@1031 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'lib/util/shhopt.h')
-rw-r--r--lib/util/shhopt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/util/shhopt.h b/lib/util/shhopt.h
index 99096a76..2175fc5d 100644
--- a/lib/util/shhopt.h
+++ b/lib/util/shhopt.h
@@ -90,6 +90,7 @@ typedef enum {
     OPT_LONG,              /* signed long integer argument. */
     OPT_ULONG,             /* unsigned long integer argument. */
     OPT_FLOAT,             /* floating point argument. */
+    OPT_STRINGLIST,        /* list like "arg1,arg2.arg3" */
     OPT_NAMELIST           /* list like "key1=val1,key2=val2" */
 } optArgType;