X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/catacomb-python/blobdiff_plain/c8b711c464a1feeef847453571d798bb60a94c51..be6df1c38491ef517f2f55f2abc9c9e64ea034b0:/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 *);