X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/catacomb-python/blobdiff_plain/dafb2da44bb35c7057744ca820833cde6d43c534..75e81374e45c342f15e4eaa658770548c472b15e:/catacomb-python.h diff --git a/catacomb-python.h b/catacomb-python.h index 41c5292..490862b 100644 --- a/catacomb-python.h +++ b/catacomb-python.h @@ -69,6 +69,8 @@ #include #include #include +#include +#include #include #include @@ -88,7 +90,9 @@ #include #include #include +#include #include +#include #include #include @@ -320,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 *);