X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/catacomb-python/blobdiff_plain/e11875acf1c43ad65e9c9e76b42757cf7ef5d127..3d8f5f7c917e529be7140c9243eac691ec6419d5:/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[];