home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2004 December / PCpro_2004_12.ISO / files / webserver / xampp / xampp-python-addon-1.4.9-installer.exe / enumobject.h < prev    next >
Encoding:
C/C++ Source or Header  |  2002-08-12  |  227 b   |  17 lines

  1. #ifndef Py_ENUMOBJECT_H
  2. #define Py_ENUMOBJECT_H
  3.  
  4. /* Enumerate Object */
  5.  
  6. #ifdef __cplusplus
  7. extern "C" {
  8. #endif
  9.  
  10. PyAPI_DATA(PyTypeObject) PyEnum_Type;
  11.  
  12. #ifdef __cplusplus
  13. }
  14. #endif
  15.  
  16. #endif /* !Py_ENUMOBJECT_H */
  17.