jpayne@69: #ifndef Py_BLTINMODULE_H jpayne@69: #define Py_BLTINMODULE_H jpayne@69: #ifdef __cplusplus jpayne@69: extern "C" { jpayne@69: #endif jpayne@69: jpayne@69: PyAPI_DATA(PyTypeObject) PyFilter_Type; jpayne@69: PyAPI_DATA(PyTypeObject) PyMap_Type; jpayne@69: PyAPI_DATA(PyTypeObject) PyZip_Type; jpayne@69: jpayne@69: #ifdef __cplusplus jpayne@69: } jpayne@69: #endif jpayne@69: #endif /* !Py_BLTINMODULE_H */