X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb-python/blobdiff_plain/eee202c309ed165de8a46a44486cea5ac0b4828e..d9782ff0f48dc1da24eb4c58450affc3cacc06df:/catacomb-python.h diff --git a/catacomb-python.h b/catacomb-python.h index 0307701..490862b 100644 --- a/catacomb-python.h +++ b/catacomb-python.h @@ -324,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 *);