]> granicus.if.org Git - neomutt/commitdiff
notmuch: fix prototypes
authorRichard Russon <rich@flatcap.org>
Sat, 6 Jul 2019 11:10:47 +0000 (12:10 +0100)
committerRichard Russon <rich@flatcap.org>
Sat, 6 Jul 2019 11:45:40 +0000 (12:45 +0100)
notmuch/mutt_notmuch.h
notmuch/notmuch_private.h

index 72b8adb40a358cac0167c5cc37036e589661d8ed..807958f42e8e0514a15aa670c003a540714be5be 100644 (file)
@@ -65,7 +65,7 @@ char *nm_email_get_folder        (struct Email *e);
 int   nm_get_all_tags            (struct Mailbox *m, char **tag_list, int *tag_count);
 bool  nm_message_is_still_queried(struct Mailbox *m, struct Email *e);
 void  nm_parse_type_from_query   (struct NmMboxData *mdata, char *buf);
-int   nm_path_probe              (const char *path, const struct stat *st);
+enum MailboxType nm_path_probe   (const char *path, const struct stat *st);
 void  nm_query_window_backward   (void);
 void  nm_query_window_forward    (void);
 int   nm_read_entire_thread      (struct Mailbox *m, struct Email *e);
index ced303be732139c8c8e55aff42266486694f8a24..1aa917a53468e6195ba5f30f595c2564a087fd5c 100644 (file)
@@ -41,7 +41,7 @@
    (LIBNOTMUCH_MAJOR_VERSION == (major) &&                                        \
     LIBNOTMUCH_MINOR_VERSION == (minor) && LIBNOTMUCH_MICRO_VERSION >= (micro)))
 
-const int NmUriProtocolLen;
+extern const int NmUriProtocolLen;
 
 struct Mailbox;