From 917dbf4b50d8fb81d7f899b3397ced4537699255 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Tue, 15 Oct 2019 11:48:12 +0100 Subject: [PATCH] mp.c: Factor out and export `mphash'. --- catacomb-python.h | 1 + 1 file changed, 1 insertion(+) 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 *); -- 2.11.0