Rename functions so we can distinguish client and server SSL support.
[cascardo/rnetproxy.git] / hcconn.h
index b0920d8..89a9366 100644 (file)
--- a/hcconn.h
+++ b/hcconn.h
@@ -46,6 +46,6 @@ void hc_conn_close (HCConn *);
 void hc_conn_set_callback (HCConn *, HCClientFunc, gpointer);
 
 void hc_conn_set_driver_channel (HCConn *, int);
-void hc_conn_set_driver_ssl (HCConn *, HCConn *);
+void hc_conn_set_driver_ssl_client (HCConn *, HCConn *);
 
 #endif