Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b89f32e

Browse files
committed
Added prototype for PySys_SetArgv
1 parent 6c6ad83 commit b89f32e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Include/sysmodule.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ PyObject *PySys_GetObject Py_PROTO((char *));
3434
int PySys_SetObject Py_PROTO((char *, PyObject *));
3535
FILE *PySys_GetFile Py_PROTO((char *, FILE *));
3636
void PySys_Init Py_PROTO((void));
37+
void PySys_SetArgv Py_PROTO((int, char **));
3738

3839
extern DL_IMPORT(PyObject *) _PySys_TraceFunc, *_PySys_ProfileFunc;
3940
extern DL_IMPORT(int) _PySys_CheckInterval;

0 commit comments

Comments
 (0)