diff options
Diffstat (limited to 'Modules/readline.c')
-rw-r--r-- | Modules/readline.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Modules/readline.c b/Modules/readline.c index a07b04a..64935c6 100644 --- a/Modules/readline.c +++ b/Modules/readline.c @@ -31,10 +31,6 @@ rl_completion_matches((x), ((rl_compentry_func_t *)(y))) #endif -/* Pointers needed from outside (but not declared in a header file). */ -PyAPI_FUNC(int) (*PyOS_InputHook)(void); -PyAPI_FUNC(char) *(*PyOS_ReadlineFunctionPointer)(FILE *, FILE *,char *); - /* Exported function to send one line to readline's init file parser */ |