diff options
author | unknown <acurtis/antony@ltamd64.xiphis.org> | 2007-10-04 11:22:52 -0700 |
---|---|---|
committer | unknown <acurtis/antony@ltamd64.xiphis.org> | 2007-10-04 11:22:52 -0700 |
commit | 12a6d72b0f12a3c3888c097a08a3bfad88a21d7a (patch) | |
tree | 4636105d0b0a58a0f1daa9927cd49ebf386356ba /include | |
parent | 82e6e6fb665e8f1c6d60559ebed0c9ecf115fecd (diff) | |
parent | 1c94c8e674735337af6170cc21db3f685fe4e321 (diff) | |
download | mariadb-git-12a6d72b0f12a3c3888c097a08a3bfad88a21d7a.tar.gz |
Merge xiphis.org:/anubis/antony/work/mysql-5.1-engines
into xiphis.org:/anubis/antony/work/p1-bug31382.1.merge-5.1
Diffstat (limited to 'include')
-rw-r--r-- | include/my_getopt.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/my_getopt.h b/include/my_getopt.h index c74f3ed672e..30c2eb9531a 100644 --- a/include/my_getopt.h +++ b/include/my_getopt.h @@ -68,6 +68,7 @@ extern my_error_reporter my_getopt_error_reporter; extern int handle_options (int *argc, char ***argv, const struct my_option *longopts, my_get_one_option); +extern void my_cleanup_options(const struct my_option *options); extern void my_print_help(const struct my_option *options); extern void my_print_variables(const struct my_option *options); extern void my_getopt_register_get_addr(uchar ** (*func_addr)(const char *, uint, |