X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=lib%2Fnotmuch-private.h;h=c286aa4bcdce2d8821b96d4294e141312013da74;hp=190d30385ba3893dcf6d38bd57f938ca81741d6d;hb=c168e24174d32563ceb1a35d9bf1875c5bfeac25;hpb=184c327692b8a8fc08a8b9ddee28d7082c208c23 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 */