Staging
v0.8.1
Revision 91b79afa3a0d02ec77094c632424c7e9049959cb authored by Raymond Hettinger on 25 June 2011, 09:50:00 UTC, committed by Raymond Hettinger on 25 June 2011, 09:50:00 UTC
2 parent s f00bfa2 + 4d5208d
Raw File
bltinmodule.h
#ifndef Py_BLTINMODULE_H
#define Py_BLTINMODULE_H
#ifdef __cplusplus
extern "C" {
#endif

PyAPI_DATA(PyTypeObject) PyFilter_Type;
PyAPI_DATA(PyTypeObject) PyMap_Type;
PyAPI_DATA(PyTypeObject) PyZip_Type;

#ifdef __cplusplus
}
#endif
#endif /* !Py_BLTINMODULE_H */
back to top