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