X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=scp.h;fp=scp.h;h=0000000000000000000000000000000000000000;hb=0fed43e9f4974570791bdb8a5d61631a4e84d1b0;hp=bb7c0f7327b9c9a49430da1da2be1648555ef8e6;hpb=355cdbd5e851c1b5731db877e2533aa7066bd592;p=PuTTY.git diff --git a/scp.h b/scp.h deleted file mode 100644 index bb7c0f73..00000000 --- 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); -