]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch-client.h
emacs: removed 3 duplicate functions from notmuch-show.el
[notmuch] / notmuch-client.h
index 4a3c7ac98f4d56862a343d7cd6356e792db17dd0..da332f36a6a86e67e971c168ba21624a34f94cd4 100644 (file)
@@ -54,7 +54,6 @@ typedef GMimeCipherContext notmuch_crypto_context_t;
 #include <sys/stat.h>
 #include <sys/time.h>
 #include <unistd.h>
-#include <fcntl.h>
 #include <dirent.h>
 #include <errno.h>
 #include <signal.h>
@@ -180,6 +179,9 @@ notmuch_dump_command (notmuch_config_t *config, int argc, char *argv[]);
 int
 notmuch_new_command (notmuch_config_t *config, int argc, char *argv[]);
 
+int
+notmuch_insert_command (notmuch_config_t *config, int argc, char *argv[]);
+
 int
 notmuch_reply_command (notmuch_config_t *config, int argc, char *argv[]);