diff options
Diffstat (limited to 'include/my_getopt.h')
-rw-r--r-- | include/my_getopt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/my_getopt.h b/include/my_getopt.h index 1868c44b60e..a299c315785 100644 --- a/include/my_getopt.h +++ b/include/my_getopt.h @@ -89,7 +89,7 @@ struct my_option void *app_type; /**< To be used by an application */ }; -typedef my_bool (*my_get_one_option)(int, const struct my_option *, char *); +typedef my_bool (*my_get_one_option)(const struct my_option *, char *, const char *); /** Used to retrieve a reference to the object (variable) that holds the value |