]> git.notmuchmail.org Git - notmuch/blobdiff - lib/notmuch-private.h
lib: add notmuch_message_count_files
[notmuch] / lib / notmuch-private.h
index 57c6163918bb59ab236163dbd65eb3faf15113cd..544788bc3fdf67fb389b36945422572e0dcad6a4 100644 (file)
@@ -550,6 +550,12 @@ typedef struct _notmuch_string_list {
 notmuch_string_list_t *
 _notmuch_string_list_create (const void *ctx);
 
+/*
+ * return the number of strings in 'list'
+ */
+int
+_notmuch_string_list_length (notmuch_string_list_t *list);
+
 /* Add 'string' to 'list'.
  *
  * The list will create its own talloced copy of 'string'.