X-Git-Url: https://git.distorted.org.uk/~mdw/pyke/blobdiff_plain/d223dc6b342aa02392b316150c476f80c41fcc4b..87b60410226b9b6e15fcac3bae1cb4f67cc34f2a:/catacomb-python.h diff --git a/catacomb-python.h b/catacomb-python.h index 679920f..490862b 100644 --- a/catacomb-python.h +++ b/catacomb-python.h @@ -69,6 +69,8 @@ #include #include #include +#include +#include #include #include @@ -88,6 +90,9 @@ #include #include #include +#include +#include +#include #include #include @@ -319,6 +324,7 @@ extern mp *getgf(PyObject *); extern int convgf(PyObject *, void *); extern PyObject *mp_pywrap(mp *); extern PyObject *gf_pywrap(mp *); +extern long mphash(mp *); extern mp *mp_frompyobject(PyObject *, int); extern PyObject *mp_topystring(mp *, int, const char *, const char *, const char *);