summaryrefslogtreecommitdiff
path: root/sftp-int.c
diff options
context:
space:
mode:
Diffstat (limited to 'sftp-int.c')
-rw-r--r--sftp-int.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sftp-int.c b/sftp-int.c
index 111d19031..3438fdeb0 100644
--- a/sftp-int.c
+++ b/sftp-int.c
@@ -25,7 +25,7 @@
25/* XXX: recursive operations */ 25/* XXX: recursive operations */
26 26
27#include "includes.h" 27#include "includes.h"
28RCSID("$OpenBSD: sftp-int.c,v 1.53 2003/01/10 23:23:24 fgsch Exp $"); 28RCSID("$OpenBSD: sftp-int.c,v 1.54 2003/01/13 11:04:04 djm Exp $");
29 29
30#include "buffer.h" 30#include "buffer.h"
31#include "xmalloc.h" 31#include "xmalloc.h"
@@ -83,7 +83,7 @@ struct CMD {
83 const int n; 83 const int n;
84}; 84};
85 85
86const struct CMD cmds[] = { 86static const struct CMD cmds[] = {
87 { "bye", I_QUIT }, 87 { "bye", I_QUIT },
88 { "cd", I_CHDIR }, 88 { "cd", I_CHDIR },
89 { "chdir", I_CHDIR }, 89 { "chdir", I_CHDIR },