]> git.cworth.org Git - notmuch/blobdiff - lib/database-private.h
lib/parse-sexp: parse single terms and the empty list.
[notmuch] / lib / database-private.h
index 9706c17e68f9de13fd4377a4386592fe0894e2be..f206efaf30bf072b60791b7bdc5c10af18452f26 100644 (file)
@@ -300,4 +300,11 @@ _notmuch_database_setup_standard_query_fields (notmuch_database_t *notmuch);
 notmuch_status_t
 _notmuch_database_setup_user_query_fields (notmuch_database_t *notmuch);
 
+#if __cplusplus
+/* parse-sexp.cc */
+notmuch_status_t
+_notmuch_sexp_string_to_xapian_query (notmuch_database_t *notmuch, const char *querystr,
+                                     Xapian::Query &output);
+#endif
+
 #endif