]> git.cworth.org Git - notmuch/blobdiff - lib/notmuch-private.h
lib: read "property" terms from messages.
[notmuch] / lib / notmuch-private.h
index 3721431e02e005e697d7e3e15f11a48a6a2edc44..682b03d82b09b05a9c4ffbd0d8fee00968e7ce46 100644 (file)
@@ -196,6 +196,10 @@ void
 _notmuch_database_log (notmuch_database_t *notmuch,
                       const char *format, ...);
 
+void
+_notmuch_database_log_append (notmuch_database_t *notmuch,
+                             const char *format, ...);
+
 unsigned long
 _notmuch_database_new_revision (notmuch_database_t *notmuch);
 
@@ -537,6 +541,9 @@ _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;
+
 /* tags.c */
 
 notmuch_tags_t *