X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=command-line-arguments.h;h=4c4d240e10dc17a4e3a966b839a7013c6d40a360;hp=309aaf2b37b89878ebeac38e0f67ebbfd7e4996b;hb=43668950626f347f05aad7d49cd9ea4383030443;hpb=4387112de00d27e6957ca2b6a268242f0bb5c756 diff --git a/command-line-arguments.h b/command-line-arguments.h index 309aaf2b..4c4d240e 100644 --- a/command-line-arguments.h +++ b/command-line-arguments.h @@ -70,8 +70,8 @@ parse_arguments (int argc, char **argv, const notmuch_opt_desc_t *options, int o * functions. */ -notmuch_bool_t -parse_option (const char *arg, const notmuch_opt_desc_t* options); +int +parse_option (int argc, char **argv, const notmuch_opt_desc_t* options, int opt_index); notmuch_bool_t parse_position_arg (const char *arg,