summaryrefslogtreecommitdiff
path: root/notmuch-private.h
diff options
context:
space:
mode:
Diffstat (limited to 'notmuch-private.h')
-rw-r--r--notmuch-private.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/notmuch-private.h b/notmuch-private.h
index 3d2610a..c6d8e35 100644
--- a/notmuch-private.h
+++ b/notmuch-private.h
@@ -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