]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch-private.h
tags: Replace sort() and reset() with prepare_iterator().
[notmuch] / notmuch-private.h
index d257f2b92c52294efe235d3d6377ce9750c82f72..c6d8e355388ae70b894b53d2ec38c4683042d47b 100644 (file)
@@ -274,6 +274,17 @@ notmuch_sha1_of_string (const char *str);
 char *
 notmuch_sha1_of_file (const char *filename);
 
+/* tags.c */
+
+notmuch_tags_t *
+_notmuch_tags_create (void *ctx);
+
+void
+_notmuch_tags_add_tag (notmuch_tags_t *tags, const char *tag);
+
+void
+_notmuch_tags_prepare_iterator (notmuch_tags_t *tags);
+
 NOTMUCH_END_DECLS
 
 #endif