X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=lib%2Fdatabase-private.h;h=8b9d67feec7044934c6eff8d3a1b03d1bdb1fbc1;hb=4f4ec48df25c8d2963e7124d2781b13e5a7f6a78;hp=9ee3b933578739ed389d8ea5cd842fdb88c2ee05;hpb=4083fd8bec7a34cf9c6a722b7dd511e0d31712f6;p=notmuch diff --git a/lib/database-private.h b/lib/database-private.h index 9ee3b933..8b9d67fe 100644 --- a/lib/database-private.h +++ b/lib/database-private.h @@ -327,6 +327,11 @@ _notmuch_regexp_to_query (notmuch_database_t *notmuch, Xapian::valueno slot, std std::string regexp_str, Xapian::Query &output, std::string &msg); +/* thread-fp.cc */ +notmuch_status_t +_notmuch_query_name_to_query (notmuch_database_t *notmuch, const std::string name, + Xapian::Query &output); + #if HAVE_SFSEXP /* parse-sexp.cc */ notmuch_status_t