diff src/login-common/ssl-proxy.h @ 1235:2660b47fd9bc HEAD

Added setting verbose_ssl
author Timo Sirainen <tss@iki.fi>
date Sun, 23 Feb 2003 21:44:46 +0200
parents c41787e8c3f4
children dc5d0da1abe9
line wrap: on
line diff
--- a/src/login-common/ssl-proxy.h	Sun Feb 23 15:13:09 2003 +0200
+++ b/src/login-common/ssl-proxy.h	Sun Feb 23 21:44:46 2003 +0200
@@ -1,12 +1,14 @@
 #ifndef __SSL_PROXY_H
 #define __SSL_PROXY_H
 
+struct ip_addr;
+
 extern int ssl_initialized;
 
 /* establish SSL connection with the given fd, returns a new fd which you
    must use from now on, or -1 if error occured. Unless -1 is returned,
    the given fd must be simply forgotten. */
-int ssl_proxy_new(int fd);
+int ssl_proxy_new(int fd, struct ip_addr *ip);
 
 void ssl_proxy_init(void);
 void ssl_proxy_deinit(void);