X-Git-Url: https://git.cworth.org/git?p=notmuch;a=blobdiff_plain;f=lib%2Fnotmuch.h;h=3a092efcd72d220e0f6357ff7bb4669e5a6a950f;hp=cb46fc057d3e3ee91b7b9fcb5ae02667a2ab2c5f;hb=792bea5aff135107fd970f51f3ef8c65f68194de;hpb=bbf6069252d31e6693ee99cce8bf4f9fab47e360 diff --git a/lib/notmuch.h b/lib/notmuch.h index cb46fc05..3a092efc 100644 --- a/lib/notmuch.h +++ b/lib/notmuch.h @@ -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