search for: rl_remote_match

Displaying 1 result from an estimated 1 matches for "rl_remote_match".

2002 Jun 11
1
[Bug 200] readline support for sftp
...gcc [flags] -c sftp-int.c sftp-int.c:32: readline/readline.h: No such file or directory sftp-int.c:33: readline/history.h: No such file or directory *** Error code 1 readline.h and history.h are in /usr/include/. Fixing that and moving on, I got gcc [flags] -c sftp-int.c sftp-int.c: In function `rl_remote_match': sftp-int.c:901: `rl_completion_append_character' undeclared (first use in this function) sftp-int.c:901: (Each undeclared identifier is reported only once sftp-int.c:901: for each function it appears in.) sftp-int.c: In function `rl_remote_list': sftp-int.c:930: warning: implicit dec...