Added PySys_SetPath.
This commit is contained in:
parent
b9d876020d
commit
4b0538c472
|
@ -35,6 +35,7 @@ int PySys_SetObject Py_PROTO((char *, PyObject *));
|
|||
FILE *PySys_GetFile Py_PROTO((char *, FILE *));
|
||||
void PySys_Init Py_PROTO((void));
|
||||
void PySys_SetArgv Py_PROTO((int, char **));
|
||||
void PySys_SetPath Py_PROTO((char *));
|
||||
|
||||
extern DL_IMPORT(PyObject *) _PySys_TraceFunc, *_PySys_ProfileFunc;
|
||||
extern DL_IMPORT(int) _PySys_CheckInterval;
|
||||
|
|
Loading…
Reference in New Issue