X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=notmuch-client.h;h=78680aa122af56dc9cd9432982e51e713594db14;hb=02a2eeb427d6b424029f6e5e5ddad4c6ec987741;hp=8ecfac6b1cb4d8a92365c8e6f0af67d6c557d17b;hpb=0018a8d787a98f80c665061daa9b0c73839d3666;p=notmuch 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