X-Git-Url: https://git.cworth.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-client.h;h=78680aa122af56dc9cd9432982e51e713594db14;hp=8ecfac6b1cb4d8a92365c8e6f0af67d6c557d17b;hb=447ad6b4984c71881b7f97641c77f0a39b71a991;hpb=0018a8d787a98f80c665061daa9b0c73839d3666 diff --git a/notmuch-client.h b/notmuch-client.h index 8ecfac6b..78680aa1 100644 --- a/notmuch-client.h +++ b/notmuch-client.h @@ -468,4 +468,6 @@ notmuch_database_dump (notmuch_database_t *notmuch, #include "command-line-arguments.h" extern const notmuch_opt_desc_t notmuch_shared_options []; void notmuch_process_shared_options (const char* subcommand_name); +int notmuch_minimal_options (const char* subcommand_name, + int argc, char **argv); #endif