OSDN Git Service

Modify features and documents for 1.98b the urgent security release.
[ffftp/ffftp.git] / contrib / putty / PPROXY.C
diff --git a/contrib/putty/PPROXY.C b/contrib/putty/PPROXY.C
deleted file mode 100644 (file)
index 5ab31b2..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-/*\r
- * pproxy.c: dummy implementation of platform_new_connection(), to\r
- * be supplanted on any platform which has its own local proxy\r
- * method.\r
- */\r
-\r
-#include "putty.h"\r
-#include "network.h"\r
-#include "proxy.h"\r
-\r
-Socket platform_new_connection(SockAddr addr, char *hostname,\r
-                              int port, int privport,\r
-                              int oobinline, int nodelay, int keepalive,\r
-                              Plug plug, const Config *cfg)\r
-{\r
-    return NULL;\r
-}\r