summaryrefslogtreecommitdiff
path: root/sftp.c
diff options
context:
space:
mode:
Diffstat (limited to 'sftp.c')
-rw-r--r--sftp.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sftp.c b/sftp.c
index 1bc91a16e..4002304ec 100644
--- a/sftp.c
+++ b/sftp.c
@@ -55,11 +55,7 @@ int sort_flag;
55int remote_glob(struct sftp_conn *, const char *, int, 55int remote_glob(struct sftp_conn *, const char *, int,
56 int (*)(const char *, int), glob_t *); /* proto for sftp-glob.c */ 56 int (*)(const char *, int), glob_t *); /* proto for sftp-glob.c */
57 57
58#ifdef HAVE___PROGNAME
59extern char *__progname; 58extern char *__progname;
60#else
61char *__progname;
62#endif
63 59
64/* Separators for interactive commands */ 60/* Separators for interactive commands */
65#define WHITESPACE " \t\r\n" 61#define WHITESPACE " \t\r\n"