From: Guido van Rossum Date: Tue, 12 Aug 1997 15:14:22 +0000 (+0000) Subject: Added decls for stuff from myreadline. X-Git-Tag: v1.5a3~92 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3fb1aea0ae86dad369f417e5aa1c6c42a22ce238;p=python Added decls for stuff from myreadline. --- diff --git a/Include/pythonrun.h b/Include/pythonrun.h index cbfd4668b9..09d3b57e8a 100644 --- a/Include/pythonrun.h +++ b/Include/pythonrun.h @@ -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