Make server port configurable
[cascardo/rnetproxy.git] / ssl.h
diff --git a/ssl.h b/ssl.h
index 61cc68f..56e577f 100644 (file)
--- a/ssl.h
+++ b/ssl.h
@@ -32,9 +32,9 @@ struct ssl_data
   gboolean handshaking;
 };
 
-net_hook_t* ssl_hook_new (GConn*, char*);
+net_hook_t* ssl_hook_new (GConn*, char*, int);
 void ssl_destroy (net_hook_t*);
 
-net_hook_t * ssl_server_hook_new (net_hook_t *, char *);
+net_hook_t * ssl_server_hook_new (net_hook_t *, char *, int);
 
 #endif