| extern "C" { | |
| PyAPI_FUNC(void) _PyPathConfig_ClearGlobal(void); | |
| extern PyStatus _PyPathConfig_ReadGlobal(PyConfig *config); | |
| extern PyStatus _PyPathConfig_UpdateGlobal(const PyConfig *config); | |
| extern const wchar_t * _PyPathConfig_GetGlobalModuleSearchPath(void); | |
| extern int _PyPathConfig_ComputeSysPath0( | |
| const PyWideStringList *argv, | |
| PyObject **path0); | |
| } | |