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;
-}