Commit 3fb1aea0 authored by Guido van Rossum's avatar Guido van Rossum

Added decls for stuff from myreadline.

parent 72429053
...@@ -99,6 +99,11 @@ void PyInt_Fini Py_PROTO((void)); ...@@ -99,6 +99,11 @@ void PyInt_Fini Py_PROTO((void));
void PyFloat_Fini Py_PROTO((void)); void PyFloat_Fini Py_PROTO((void));
void PyOS_FiniInterrupts 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 #ifdef __cplusplus
} }
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment