X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-private.h;fp=notmuch-private.h;h=3d2610ad2214d3a36ad6bb78ee03d82a8027a369;hp=d257f2b92c52294efe235d3d6377ce9750c82f72;hb=3dce2007887717ec4ec0a1e815591c957acd1ba1;hpb=46ba33b1159fb48b8360ddae72492cc3162dc999 diff --git a/notmuch-private.h b/notmuch-private.h index d257f2b9..3d2610ad 100644 --- a/notmuch-private.h +++ b/notmuch-private.h @@ -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