X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/catacomb-python/blobdiff_plain/452714b53759e3cdeb3cbf2e181b3456386baae9..bc243788edd0e564df8b67d0750a238d978c954b:/catacomb-python.h diff --git a/catacomb-python.h b/catacomb-python.h index f1e6365..8f8da9d 100644 --- a/catacomb-python.h +++ b/catacomb-python.h @@ -321,7 +321,7 @@ extern PyObject *gf_pywrap(mp *); extern mp *mp_frompyobject(PyObject *, int); extern PyObject *mp_topystring(mp *, int, const char *, const char *, const char *); -extern int mp_tolong_checked(mp *, long *); +extern int mp_tolong_checked(mp *, long *, int); /*----- Abstract fields ---------------------------------------------------*/