X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/catacomb-python/blobdiff_plain/80f7cd89bbb143dfa794e54be04994f55e851f7b..42d30ef60edcafe5b5f85f8c0e7d7637ed0a84fc:/catacomb-python.h diff --git a/catacomb-python.h b/catacomb-python.h index b287450..a379e1d 100644 --- a/catacomb-python.h +++ b/catacomb-python.h @@ -282,7 +282,7 @@ extern PyMethodDef *donemethods(void); GMAP_DOMETHODS(GMAP_METHDECL, GMAP_KWMETHDECL) #define GMAP_ROMETHODS GMAP_DOROMETHODS(GMAP_METH, GMAP_KWMETH) #define GMAP_METHODS GMAP_DOMETHODS(GMAP_METH, GMAP_KWMETH) -extern int gmap_pysize(PyObject *); +extern Py_ssize_t gmap_pysize(PyObject *); extern PySequenceMethods gmap_pysequence; extern PyMethodDef gmap_pymethods[];