]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch-client.h
configure: Allow user to specify compiler to be used.
[notmuch] / notmuch-client.h
index c04eaeb40a9c652cc82dd175c15741f9848e7ea7..50a30fed5d786fba3bbf7a6cfd26a13bb08ba5b3 100644 (file)
 #ifndef NOTMUCH_CLIENT_H
 #define NOTMUCH_CLIENT_H
 
-
 #ifndef _GNU_SOURCE
 #define _GNU_SOURCE /* for getline */
 #endif
 #include <stdio.h>
 
+#include "compat.h"
+
 #include <gmime/gmime.h>
 
 #include "notmuch.h"
@@ -119,6 +120,9 @@ notmuch_show_command (void *ctx, int argc, char *argv[]);
 int
 notmuch_tag_command (void *ctx, int argc, char *argv[]);
 
+int
+notmuch_search_tags_command (void *ctx, int argc, char *argv[]);
+
 const char *
 notmuch_time_relative_date (const void *ctx, time_t then);