Added separate header for SSL connection support.
[cascardo/rnetproxy.git] / hcconn.h
index e9d0af6..85bdd38 100644 (file)
--- a/hcconn.h
+++ b/hcconn.h
@@ -46,7 +46,5 @@ void hc_conn_close (HCConn *);
 void hc_conn_set_callback (HCConn *, HCClientFunc, gpointer);
 
 int hc_conn_set_driver_channel (HCConn *, int);
-int hc_conn_set_driver_ssl_client (HCConn *, HCConn *);
-int hc_conn_set_driver_ssl_server (HCConn *, HCConn *);
 
 #endif