]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/blobdiff - pscp.c
Implement connection sharing between instances of PuTTY.
[PuTTY_svn.git] / pscp.c
diff --git a/pscp.c b/pscp.c
index 32099323419ac35a7d46ecfed695f47059a0611b..484c348e5e3ee3125eace28c5cb1d2f9b2ff6e6f 100644 (file)
--- a/pscp.c
+++ b/pscp.c
@@ -2307,6 +2307,9 @@ void cmdline_error(char *p, ...)
     exit(1);
 }
 
+const int share_can_be_downstream = TRUE;
+const int share_can_be_upstream = FALSE;
+
 /*
  * Main program. (Called `psftp_main' because it gets called from
  * *sftp.c; bit silly, I know, but it had to be called _something_.)