summaryrefslogtreecommitdiff
path: root/include/my_getopt.h
diff options
context:
space:
mode:
authorSergei Golubchik <serg@mariadb.org>2015-01-07 12:13:21 +0100
committerSergei Golubchik <serg@mariadb.org>2015-02-10 10:21:15 +0100
commit4280b25ed85dba6e231d483e58a1c90b91730434 (patch)
tree1452e410e8e8c47c0a83f40f24eb8c90519b79d5 /include/my_getopt.h
parent0ce8703e99dabfa95d1cc0cd720c14f68d4cdda5 (diff)
downloadmariadb-git-4280b25ed85dba6e231d483e58a1c90b91730434.tar.gz
--getopt-prefix-matching command-line option
Diffstat (limited to 'include/my_getopt.h')
-rw-r--r--include/my_getopt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/my_getopt.h b/include/my_getopt.h
index 18b4bf10698..499cefd93d6 100644
--- a/include/my_getopt.h
+++ b/include/my_getopt.h
@@ -102,6 +102,7 @@ typedef void *(*my_getopt_value)(const char *, uint, const struct my_option *,
extern char *disabled_my_option;
extern my_bool my_getopt_print_errors;
extern my_bool my_getopt_skip_unknown;
+extern my_bool my_getopt_prefix_matching;
extern my_error_reporter my_getopt_error_reporter;
extern int handle_options (int *argc, char ***argv,