Export ssl connection driver in header and reorganize Makefile.am.
[cascardo/rnetproxy.git] / hcconn.h
index eb444f1..b0920d8 100644 (file)
--- a/hcconn.h
+++ b/hcconn.h
@@ -46,5 +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 *);
 
 #endif