X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb-python/blobdiff_plain/3d8f5f7c917e529be7140c9243eac691ec6419d5..828b13882f35b28275cf4062296b0419e0f0a7d1:/catacomb-python.h diff --git a/catacomb-python.h b/catacomb-python.h index a379e1d..5c012ef 100644 --- a/catacomb-python.h +++ b/catacomb-python.h @@ -37,9 +37,6 @@ #include #include -#undef ULLONG_MAX -#undef ULONG_LONG_MAX - #include #include #include @@ -238,11 +235,13 @@ extern int convulong(PyObject *, void *); DOUINTSZ(DECL_CONVU_) extern int convmpw(PyObject *, void *); extern int convuint(PyObject *, void *); +extern int convk64(PyObject *, void *); extern int convszt(PyObject *, void *); extern int convbool(PyObject *, void *); extern PyObject *abstract_pynew(PyTypeObject *, PyObject *, PyObject *); extern PyObject *getbool(int); extern PyObject *getulong(unsigned long); +extern PyObject *getk64(kludge64); extern void *newtype(PyTypeObject *, const PyTypeObject *, const char *); extern PyObject *mkexc(PyObject *, PyObject *, const char *, PyMethodDef *);