X-Git-Url: https://git.distorted.org.uk/~mdw/pyke/blobdiff_plain/f85a70798732e77b5e334197eae3440fedba6c02..917dbf4b50d8fb81d7f899b3397ced4537699255:/catacomb-python.h diff --git a/catacomb-python.h b/catacomb-python.h index 3b9d8f7..490862b 100644 --- a/catacomb-python.h +++ b/catacomb-python.h @@ -70,6 +70,7 @@ #include #include #include +#include #include #include @@ -91,6 +92,7 @@ #include #include #include +#include #include #include @@ -322,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 *);