]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch-private.h
tags: Re-implement tags iterator to avoid having C++ in the interface
[notmuch] / notmuch-private.h
index d257f2b92c52294efe235d3d6377ce9750c82f72..3d2610ad2214d3a36ad6bb78ee03d82a8027a369 100644 (file)
@@ -274,6 +274,20 @@ 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_sort (notmuch_tags_t *tags);
+
+void
+_notmuch_tags_reset (notmuch_tags_t *tags);
+
 NOTMUCH_END_DECLS
 
 #endif