| extern "C" { | |
| PyAPI_FUNC(int) _PyStructSequence_InitType( | |
| PyTypeObject *type, | |
| PyStructSequence_Desc *desc, | |
| unsigned long tp_flags); | |
| } | |
| extern "C" { | |
| PyAPI_FUNC(int) _PyStructSequence_InitType( | |
| PyTypeObject *type, | |
| PyStructSequence_Desc *desc, | |
| unsigned long tp_flags); | |
| } | |