summaryrefslogtreecommitdiff
path: root/support/popt.h
diff options
context:
space:
mode:
authorMichael Johnson <johnsonm@src.gnome.org>1998-11-19 20:56:19 +0000
committerMichael Johnson <johnsonm@src.gnome.org>1998-11-19 20:56:19 +0000
commitd42980af516219af0bf42351f315dc534b804ff6 (patch)
tree9a359d081f109b3967332f448a0f86b0acf6246f /support/popt.h
parent139ed9c81a4fbcb8a45aa7ed248b9831a02209cf (diff)
downloadshared-mime-info-d42980af516219af0bf42351f315dc534b804ff6.tar.gz
Improved man page a bit, install by default.
Added POPT_ARG_VAL svn path=/trunk/; revision=480
Diffstat (limited to 'support/popt.h')
-rw-r--r--support/popt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/support/popt.h b/support/popt.h
index e2160494..069cab11 100644
--- a/support/popt.h
+++ b/support/popt.h
@@ -22,6 +22,7 @@
for this table and any
included tables; arg points
to the domain string */
+#define POPT_ARG_VAL 7 /* arg should take value val */
#define POPT_ARG_MASK 0x0000FFFF
#define POPT_ARGFLAG_ONEDASH 0x80000000 /* allow -longoption */
#define POPT_ARGFLAG_DOC_HIDDEN 0x40000000 /* don't show in help/usage */