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.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/notmuch-private.h b/lib/notmuch-private.h
index 92b46343..190d3038 100644
--- a/lib/notmuch-private.h
+++ b/lib/notmuch-private.h
@@ -150,14 +150,10 @@ _find_prefix (const char *name);
/* thread.cc */
notmuch_thread_t *
-_notmuch_thread_create (const void *talloc_owner,
+_notmuch_thread_create (const void *ctx,
notmuch_database_t *notmuch,
const char *thread_id);
-void
-_notmuch_thread_add_message (notmuch_thread_t *thread,
- notmuch_message_t *message);
-
/* message.cc */
notmuch_message_t *