Add declarations for PySys_ResetWarnOptions() and
PySys_AddWarnOption().
This commit is contained in:
parent
47f5fdc114
commit
429b41e5ae
|
@ -19,6 +19,9 @@ DL_IMPORT(void) PySys_WriteStderr(const char *format, ...);
|
||||||
extern DL_IMPORT(PyObject *) _PySys_TraceFunc, *_PySys_ProfileFunc;
|
extern DL_IMPORT(PyObject *) _PySys_TraceFunc, *_PySys_ProfileFunc;
|
||||||
extern DL_IMPORT(int) _PySys_CheckInterval;
|
extern DL_IMPORT(int) _PySys_CheckInterval;
|
||||||
|
|
||||||
|
DL_IMPORT(void) PySys_ResetWarnOptions(void);
|
||||||
|
DL_IMPORT(void) PySys_AddWarnOption(char *);
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue