mirror of
https://github.com/python/cpython.git
synced 2025-08-22 09:45:06 +00:00
Added decls for stuff from myreadline.
This commit is contained in:
parent
7242905385
commit
3fb1aea0ae
1 changed files with 5 additions and 0 deletions
|
@ -99,6 +99,11 @@ void PyInt_Fini Py_PROTO((void));
|
|||
void PyFloat_Fini Py_PROTO((void));
|
||||
void PyOS_FiniInterrupts Py_PROTO((void));
|
||||
|
||||
/* Stuff with no proper home (yet) */
|
||||
char *PyOS_Readline Py_PROTO((char *));
|
||||
extern DL_IMPORT(int) (*PyOS_InputHook) Py_PROTO((void));
|
||||
extern DL_IMPORT(char) *(*PyOS_ReadlineFunctionPointer) Py_PROTO((char *));
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue