]> git.notmuchmail.org Git - notmuch/blobdiff - lib/notmuch-private.h
lib: add _notmuch_message_list_empty
[notmuch] / lib / notmuch-private.h
index 02cc0e09da163251b40547a6e2aea182877f9231..590a3451dfecea9c760ca9ea434296982c0cf6b1 100644 (file)
@@ -477,6 +477,9 @@ struct _notmuch_messages {
 notmuch_message_list_t *
 _notmuch_message_list_create (const void *ctx);
 
+bool
+_notmuch_message_list_empty (notmuch_message_list_t *list);
+
 void
 _notmuch_message_list_add_message (notmuch_message_list_t *list,
                                   notmuch_message_t *message);