]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch-client.h
cli: add standard option processing to config, help and setup
[notmuch] / notmuch-client.h
index 8ecfac6b1cb4d8a92365c8e6f0af67d6c557d17b..78680aa122af56dc9cd9432982e51e713594db14 100644 (file)
@@ -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