Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mRemoteNG/PuTTYNG.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'PPROXY.C')
-rw-r--r--PPROXY.C17
1 files changed, 0 insertions, 17 deletions
diff --git a/PPROXY.C b/PPROXY.C
deleted file mode 100644
index 4b08606e..00000000
--- a/PPROXY.C
+++ /dev/null
@@ -1,17 +0,0 @@
-/*
- * pproxy.c: dummy implementation of platform_new_connection(), to
- * be supplanted on any platform which has its own local proxy
- * method.
- */
-
-#include "putty.h"
-#include "network.h"
-#include "proxy.h"
-
-Socket *platform_new_connection(SockAddr *addr, const char *hostname,
- int port, int privport,
- int oobinline, int nodelay, int keepalive,
- Plug *plug, Conf *conf)
-{
- return NULL;
-}