summaryrefslogtreecommitdiff
path: root/notmuch-private.h
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2009-10-26 14:12:56 -0700
committerCarl Worth <cworth@cworth.org>2009-10-26 14:12:56 -0700
commitef3ab5781a3730e019f92517366029540a960cd0 (patch)
treebb40ef980076be11f72bc05562026abb5dee6562 /notmuch-private.h
parent1726c5c814aecd924849a0b91c82d420af945827 (diff)
tags: Replace sort() and reset() with prepare_iterator().
The previous functions were always called together, so we might as well just have one function for this. Also, the reset() name was poor, and prepare_iterator() is much more descriptive.
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