diff options
Diffstat (limited to 'lang/python/helpers.h')
-rw-r--r-- | lang/python/helpers.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/python/helpers.h b/lang/python/helpers.h index 1bfcaa69..952b31f2 100644 --- a/lang/python/helpers.h +++ b/lang/python/helpers.h @@ -28,6 +28,8 @@ void pygpgme_exception_init(void); gpgme_error_t pygpgme_exception2code(void); +PyObject *object_to_gpgme_t(PyObject *input, const char *objtype, int argnum); + void pygpgme_clear_generic_cb(PyObject **cb); PyObject *pygpgme_raise_callback_exception(PyObject *self); |