]> andersk Git - openssh.git/blobdiff - sftp.c
- (dtucker) [sftp.c] Expand ifdef for libedit to cover complete_is_remote
[openssh.git] / sftp.c
diff --git a/sftp.c b/sftp.c
index 6a5ccc49dda4f2d0885dfffbf10ded6ea228e770..4b12fae4b1abf6ae26ea83fa0632cbf2b933bf75 100644 (file)
--- a/sftp.c
+++ b/sftp.c
@@ -1503,7 +1503,6 @@ prompt(EditLine *el)
 {
        return ("sftp> ");
 }
-#endif
 
 /* Display entries in 'list' after skipping the first 'len' chars */
 static void
@@ -1838,6 +1837,7 @@ complete(EditLine *el, int ch)
        xfree(line);    
        return ret;
 }
+#endif /* USE_LIBEDIT */
 
 int
 interactive_loop(struct sftp_conn *conn, char *file1, char *file2)
This page took 0.030544 seconds and 4 git commands to generate.