]> git.notmuchmail.org Git - notmuch/blobdiff - lib/notmuch-private.h
lib: add _notmuch_string_map_set
[notmuch] / lib / notmuch-private.h
index 57ec7f72eae530b8aa82efb6598065382947064f..51016b0b430017397cc5cc86ab518994fe432550 100644 (file)
@@ -638,6 +638,11 @@ _notmuch_string_map_append (notmuch_string_map_t *map,
                            const char *key,
                            const char *value);
 
+void
+_notmuch_string_map_set (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);