]> git.cworth.org Git - notmuch/blobdiff - lib/notmuch.h
lib/cli: add library API / CLI for compile time options
[notmuch] / lib / notmuch.h
index cb46fc057d3e3ee91b7b9fcb5ae02667a2ab2c5f..3a092efcd72d220e0f6357ff7bb4669e5a6a950f 100644 (file)
@@ -1838,6 +1838,11 @@ notmuch_filenames_move_to_next (notmuch_filenames_t *filenames);
 void
 notmuch_filenames_destroy (notmuch_filenames_t *filenames);
 
+/**
+ * interrogate the library for compile time features
+ */
+notmuch_bool_t
+notmuch_built_with (const char *name);
 /* @} */
 
 NOTMUCH_END_DECLS