X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb-python/blobdiff_plain/b2e2c7eef3e99fc9ad23e1b69020ff0fc722ba61..27dc0847b3fcbbd13ced4ace2d31a0ed080d3ef1:/catacomb-python.h diff --git a/catacomb-python.h b/catacomb-python.h index 9b60ce4..67117fa 100644 --- a/catacomb-python.h +++ b/catacomb-python.h @@ -195,8 +195,10 @@ extern PyTypeObject *gf_pytype; extern mp *mp_frompylong(PyObject *); extern PyObject *mp_topylong(mp *); extern mp *tomp(PyObject *); +extern mp *implicitmp(PyObject *); extern mp *getmp(PyObject *); extern int convmp(PyObject *, void *); +extern mp *implicitgf(PyObject *); extern mp *getgf(PyObject *); extern int convgf(PyObject *, void *); extern PyObject *mp_pywrap(mp *);