#ifndef _PARSE_SEXP_H #define _PARSE_SEXP_H /* parse_sexp.cc */ notmuch_status_t _notmuch_sexp_string_to_xapian_query (notmuch_database_t *notmuch, const char *querystr, Xapian::Query &output); #endif