aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/notmuch-private.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/notmuch-private.h')
-rw-r--r--lib/notmuch-private.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/notmuch-private.h b/lib/notmuch-private.h
index 190d3038..c286aa4b 100644
--- a/lib/notmuch-private.h
+++ b/lib/notmuch-private.h
@@ -150,9 +150,10 @@ _find_prefix (const char *name);
/* thread.cc */
notmuch_thread_t *
-_notmuch_thread_create (const void *ctx,
+_notmuch_thread_create (void *ctx,
notmuch_database_t *notmuch,
- const char *thread_id);
+ const char *thread_id,
+ const char *query_string);
/* message.cc */