summaryrefslogtreecommitdiff
path: root/popt.h
diff options
context:
space:
mode:
authorjbj <jbj>2000-07-31 15:04:23 +0000
committerjbj <jbj>2000-07-31 15:04:23 +0000
commit055701f1ca9b0ee01183551739cc8008834d217a (patch)
tree3757a6cb29ac33eaa3bd5c503a34911d83c546e6 /popt.h
parent5d4965b69c3ca80a836ca8a53c1ad2d85a95bb6d (diff)
downloadlibpopt-055701f1ca9b0ee01183551739cc8008834d217a.tar.gz
- fix: uniqify dependency problems when printing (#14034).
- popt: add ability to perform callbacks for every, not just first, match.
Diffstat (limited to 'popt.h')
-rw-r--r--popt.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/popt.h b/popt.h
index 841adcb..2209f38 100644
--- a/popt.h
+++ b/popt.h
@@ -46,6 +46,8 @@ extern "C" {
#define POPT_CBFLAG_POST 0x40000000 /* call the callback after parse */
#define POPT_CBFLAG_INC_DATA 0x20000000 /* use data from the include line,
not the subtable */
+#define POPT_CBFLAG_SKIPOPTION 0x10000000 /* don't callback with option */
+#define POPT_CBFLAG_CONTINUE 0x08000000 /* continue callbacks with option */
#define POPT_ERROR_NOARG -10
#define POPT_ERROR_BADOPT -11