]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch-client.h
cli: add standard option processing to config, help and setup
[notmuch] / notmuch-client.h
index fb3021cc37c1aec68a9b2b193b1cea9c011cd200..78680aa122af56dc9cd9432982e51e713594db14 100644 (file)
@@ -466,4 +466,8 @@ notmuch_database_dump (notmuch_database_t *notmuch,
                       notmuch_bool_t gzip_output);
 
 #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