]> git.notmuchmail.org Git - notmuch/blobdiff - command-line-arguments.h
Merge tag '0.25.1'
[notmuch] / command-line-arguments.h
index 309aaf2b37b89878ebeac38e0f67ebbfd7e4996b..4c4d240e10dc17a4e3a966b839a7013c6d40a360 100644 (file)
@@ -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,