Add gpgme_set_global_flag to help debugging
[gpgme.git] / src / gpgme.h.in
index 7263d983646cca52f1ab0c31b02372507f0b4f2e..ce469dee0a92b3d7f387930eecda9b0886abb2f2 100644 (file)
@@ -2026,6 +2026,9 @@ gpgme_error_t gpgme_key_from_uid (gpgme_key_t *key, const char *name);
 \f
 /* Various functions.  */
 
+/* Set special global flags; consult the manual before use.  */
+int gpgme_set_global_flag (const char *name, const char *value);
+
 /* Check that the library fulfills the version requirement.  Note:
    This is here only for the case where a user takes a pointer from
    the old version of this function.  The new version and macro for