Remove the special hooks in ssh.c for pscp. pscp now uses the standard
[u/mdw/putty] / scp.h
diff --git a/scp.h b/scp.h
deleted file mode 100644 (file)
index bb7c0f7..0000000
--- a/scp.h
+++ /dev/null
@@ -1,12 +0,0 @@
-/*
- *  scp.h
- *  Joris van Rantwijk, Aug 1999, Jun 2000.
- */
-
-/* Exported from ssh.c */
-extern int scp_flags;
-char * ssh_scp_init(char *host, int port, char *cmd, char **realhost);
-int ssh_scp_recv(unsigned char *buf, int len);
-void ssh_scp_send(unsigned char *buf, int len);
-void ssh_scp_send_eof(void);
-