Support for doing DNS at the proxy end. I've invented a new type of
[u/mdw/putty] / ssh.h
diff --git a/ssh.h b/ssh.h
index ce58435..e3423cc 100644 (file)
--- a/ssh.h
+++ b/ssh.h
@@ -248,12 +248,11 @@ int random_byte(void);
 void random_add_noise(void *noise, int length);
 void random_add_heavynoise(void *noise, int length);
 
-void logevent(char *);
+void logevent(void *, char *);
 
 /* Allocate and register a new channel for port forwarding */
 void *new_sock_channel(void *handle, Socket s);
-void ssh_send_port_open(void *handle, void *channel,
-                       char *hostname, int port, char *org);
+void ssh_send_port_open(void *channel, char *hostname, int port, char *org);
 
 Bignum copybn(Bignum b);
 Bignum bn_power_2(int n);