Ticket #46003: c3270.c.patch

File c3270.c.patch, 349 bytes (added by skissane@…, 8 years ago)

patch to c3270 source code that fixes the compilation error

  • c3270.c

    old new  
    9999static void stop_pager(void);
    100100
    101101#if defined(HAVE_LIBREADLINE) /*[*/
    102 static CPPFunction attempted_completion;
     102static rl_completion_func_t attempted_completion;
    103103static char *completion_entry(const char *, int);
    104104#endif /*]*/
    105105