aboutsummaryrefslogtreecommitdiffstats
path: root/jnlib/argparse.h
diff options
context:
space:
mode:
Diffstat (limited to 'jnlib/argparse.h')
-rw-r--r--jnlib/argparse.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/jnlib/argparse.h b/jnlib/argparse.h
index dd9b30b08..74f2040d5 100644
--- a/jnlib/argparse.h
+++ b/jnlib/argparse.h
@@ -177,6 +177,7 @@ typedef struct
#define ARGPARSE_AMBIGUOUS_COMMAND (-9)
#define ARGPARSE_INVALID_ALIAS (-10)
#define ARGPARSE_OUT_OF_CORE (-11)
+#define ARGPARSE_INVALID_ARG (-12)
int arg_parse( ARGPARSE_ARGS *arg, ARGPARSE_OPTS *opts);