summaryrefslogtreecommitdiff
path: root/support/popt-gnome.h
diff options
context:
space:
mode:
authorErik Troan <ewt@src.gnome.org>1998-10-21 20:31:24 +0000
committerErik Troan <ewt@src.gnome.org>1998-10-21 20:31:24 +0000
commitf868a66144258f0c113c8a64b37270f6ef9c8c5a (patch)
treee3026dd4cf6effdaec8fc8d6506c2b0e27897c2a /support/popt-gnome.h
parentff539f09e315b9bb4e070e88b748f1802acb5a1e (diff)
downloadshared-mime-info-f868a66144258f0c113c8a64b37270f6ef9c8c5a.tar.gz
added POPT_ARGFLAG_ONEDASH
svn path=/trunk/; revision=449
Diffstat (limited to 'support/popt-gnome.h')
-rw-r--r--support/popt-gnome.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/popt-gnome.h b/support/popt-gnome.h
index aee7ccbd..64c7b806 100644
--- a/support/popt-gnome.h
+++ b/support/popt-gnome.h
@@ -19,7 +19,7 @@
to callback, descrip points to
callback data to pass */
#define POPT_ARG_MASK 0x0000FFFF
-#define POPT_ARGFLAG_MULTIPLE 0x80000000
+#define POPT_ARGFLAG_ONEDASH 0x80000000 /* allow -longoption */
#define POPT_ERROR_NOARG -10
#define POPT_ERROR_BADOPT -11