X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=lib%2Fnotmuch-private.h;h=77011063d1995e73a8d26a8689daf18a40c1a1f0;hp=643d9dd9d68867b9fa05cba23b5f65b3ab62ebea;hb=8b03ee1d5a310f82718281362d105ff09e30148f;hpb=07dff496304d6dc2e8033a18691b095ed9cd212f diff --git a/lib/notmuch-private.h b/lib/notmuch-private.h index 643d9dd9..77011063 100644 --- a/lib/notmuch-private.h +++ b/lib/notmuch-private.h @@ -541,6 +541,20 @@ _notmuch_string_list_append (notmuch_string_list_t *list, void _notmuch_string_list_sort (notmuch_string_list_t *list); +/* string-map.c */ +typedef struct _notmuch_string_map notmuch_string_map_t; + +notmuch_string_map_t * +_notmuch_string_map_create (const void *ctx); + +void +_notmuch_string_map_append (notmuch_string_map_t *map, + const char *key, + const char *value); + +const char * +_notmuch_string_map_get (notmuch_string_map_t *map, const char *key); + /* tags.c */ notmuch_tags_t *