OSDN Git Service

Modify documents.
[ffftp/ffftp.git] / putty / PPROXY.C
1 /*\r
2  * pproxy.c: dummy implementation of platform_new_connection(), to\r
3  * be supplanted on any platform which has its own local proxy\r
4  * method.\r
5  */\r
6 \r
7 #include "putty.h"\r
8 #include "network.h"\r
9 #include "proxy.h"\r
10 \r
11 Socket platform_new_connection(SockAddr addr, char *hostname,\r
12                                int port, int privport,\r
13                                int oobinline, int nodelay, int keepalive,\r
14                                Plug plug, const Config *cfg)\r
15 {\r
16     return NULL;\r
17 }\r