]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - pproxy.c
first pass
[PuTTY.git] / pproxy.c
index 9c4c2d890b01f4c7277f4e13e5cdee237fde6f72..34e569bce6291eb36ce05bde9bda778011ef1d3e 100644 (file)
--- a/pproxy.c
+++ b/pproxy.c
@@ -8,10 +8,10 @@
 #include "network.h"
 #include "proxy.h"
 
-Socket platform_new_connection(SockAddr addr, char *hostname,
+Socket platform_new_connection(SockAddr addr, const char *hostname,
                               int port, int privport,
                               int oobinline, int nodelay, int keepalive,
-                              Plug plug, const Config *cfg)
+                              Plug plug, Conf *conf)
 {
     return NULL;
 }