jpayne@69: #ifndef Py_ENUMOBJECT_H jpayne@69: #define Py_ENUMOBJECT_H jpayne@69: jpayne@69: /* Enumerate Object */ jpayne@69: jpayne@69: #ifdef __cplusplus jpayne@69: extern "C" { jpayne@69: #endif jpayne@69: jpayne@69: PyAPI_DATA(PyTypeObject) PyEnum_Type; jpayne@69: PyAPI_DATA(PyTypeObject) PyReversed_Type; jpayne@69: jpayne@69: #ifdef __cplusplus jpayne@69: } jpayne@69: #endif jpayne@69: jpayne@69: #endif /* !Py_ENUMOBJECT_H */