]> git.notmuchmail.org Git - notmuch/blobdiff - lib/database-private.h
lib: factor out prefix related code to its own file
[notmuch] / lib / database-private.h
index 2d220811c4a092930ed575bb60ae3121df5b50bf..c9bc712b46c1a0b51c8d93af9189111604b7dd7f 100644 (file)
@@ -277,4 +277,11 @@ _notmuch_database_parse_features (const void *ctx, const char *features, unsigne
 char *
 _notmuch_database_print_features (const void *ctx, unsigned int features);
 
+/* prefix.cc */
+notmuch_status_t
+_notmuch_database_setup_standard_query_fields (notmuch_database_t *notmuch);
+
+notmuch_status_t
+_notmuch_database_setup_user_query_fields (notmuch_database_t *notmuch);
+
 #endif