summaryrefslogtreecommitdiff
path: root/sftp-int.c
diff options
context:
space:
mode:
Diffstat (limited to 'sftp-int.c')
-rw-r--r--sftp-int.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sftp-int.c b/sftp-int.c
index 0851e63a2..841e562e1 100644
--- a/sftp-int.c
+++ b/sftp-int.c
@@ -26,7 +26,7 @@
26/* XXX: recursive operations */ 26/* XXX: recursive operations */
27 27
28#include "includes.h" 28#include "includes.h"
29RCSID("$OpenBSD: sftp-int.c,v 1.39 2001/07/31 12:42:50 jakob Exp $"); 29RCSID("$OpenBSD: sftp-int.c,v 1.40 2001/08/14 09:23:02 markus Exp $");
30 30
31#include "buffer.h" 31#include "buffer.h"
32#include "xmalloc.h" 32#include "xmalloc.h"
@@ -78,6 +78,7 @@ struct CMD {
78}; 78};
79 79
80const struct CMD cmds[] = { 80const struct CMD cmds[] = {
81 { "bye", I_QUIT },
81 { "cd", I_CHDIR }, 82 { "cd", I_CHDIR },
82 { "chdir", I_CHDIR }, 83 { "chdir", I_CHDIR },
83 { "chgrp", I_CHGRP }, 84 { "chgrp", I_CHGRP },