]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch-private.h
tags: Replace sort() and reset() with prepare_iterator().
[notmuch] / notmuch-private.h
index 3d2610ad2214d3a36ad6bb78ee03d82a8027a369..c6d8e355388ae70b894b53d2ec38c4683042d47b 100644 (file)
@@ -283,10 +283,7 @@ 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_tags_prepare_iterator (notmuch_tags_t *tags);
 
 NOTMUCH_END_DECLS