summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/scp.c
diff options
context:
space:
mode:
authorKevin Steves <stevesk@cvs.openbsd.org>2001-08-13 23:38:55 +0000
committerKevin Steves <stevesk@cvs.openbsd.org>2001-08-13 23:38:55 +0000
commit0731ffb8921f4367e8b5302a874c622824952550 (patch)
treec7cbd65e55276d6f0919c106a8b5e3bc1a91acb6 /usr.bin/ssh/scp.c
parent2ebd962e9e733d6fee101b4ea008705d0ef319da (diff)
don't need main prototype (also sync with rcp); ok markus@
Diffstat (limited to 'usr.bin/ssh/scp.c')
-rw-r--r--usr.bin/ssh/scp.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/ssh/scp.c b/usr.bin/ssh/scp.c
index 3e40ab46ec6..3f120b04679 100644
--- a/usr.bin/ssh/scp.c
+++ b/usr.bin/ssh/scp.c
@@ -75,7 +75,7 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: scp.c,v 1.79 2001/08/06 19:47:05 stevesk Exp $");
+RCSID("$OpenBSD: scp.c,v 1.80 2001/08/13 23:38:54 stevesk Exp $");
#include "xmalloc.h"
#include "atomicio.h"
@@ -200,7 +200,6 @@ int pflag, iamremote, iamrecursive, targetshouldbedirectory;
#define CMDNEEDS 64
char cmd[CMDNEEDS]; /* must hold "rcp -r -p -d\0" */
-int main(int, char *[]);
int response(void);
void rsource(char *, struct stat *);
void sink(int, char *[]);