Ticket #46003: c3270.c.patch
File c3270.c.patch, 349 bytes (added by skissane@…, 9 years ago) |
---|
-
c3270.c
old new 99 99 static void stop_pager(void); 100 100 101 101 #if defined(HAVE_LIBREADLINE) /*[*/ 102 static CPPFunctionattempted_completion;102 static rl_completion_func_t attempted_completion; 103 103 static char *completion_entry(const char *, int); 104 104 #endif /*]*/ 105 105