]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch-private.h
Remove all calls to g_strdup_printf
[notmuch] / notmuch-private.h
index c6d8e355388ae70b894b53d2ec38c4683042d47b..ddc59b4ce5c056fbaf1408be862f882f9af47156 100644 (file)
@@ -22,7 +22,7 @@
 #define NOTMUCH_PRIVATE_H
 
 #ifndef _GNU_SOURCE
-#define _GNU_SOURCE /* For getline */
+#define _GNU_SOURCE /* For getline and asprintf */
 #endif
 #include <stdio.h>
 
@@ -144,6 +144,9 @@ _notmuch_thread_create (const void *talloc_owner,
                        notmuch_database_t *notmuch,
                        const char *thread_id);
 
+void
+_notmuch_thread_add_tag (notmuch_thread_t *thread, const char *tag);
+
 /* message.cc */
 
 notmuch_message_t *