aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python/helpers.h
diff options
context:
space:
mode:
Diffstat (limited to 'lang/python/helpers.h')
-rw-r--r--lang/python/helpers.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/python/helpers.h b/lang/python/helpers.h
index 12d7cfa2..81d17ffa 100644
--- a/lang/python/helpers.h
+++ b/lang/python/helpers.h
@@ -30,6 +30,7 @@ void pygpgme_exception_init(void);
gpgme_error_t pygpgme_exception2code(void);
void pygpgme_clear_generic_cb(PyObject **cb);
+PyObject *pygpgme_raise_callback_exception(PyObject *self);
void pygpgme_set_passphrase_cb(gpgme_ctx_t ctx, PyObject *cb,
PyObject **freelater);