Added SSL client layer.
[cascardo/rnetproxy.git] / nethook.h
index e3178e4..b428a14 100644 (file)
--- a/nethook.h
+++ b/nethook.h
@@ -21,7 +21,7 @@
 #define NET_HOOK_H
 
 #include <glib.h>
-#include "iochannel.h"
+#include "hcconn.h"
 
 typedef struct _net_hook_t net_hook_t;
 typedef void (*net_connect) (net_hook_t*);
@@ -36,7 +36,6 @@ struct _net_hook_t
   gboolean server;
   net_connect connect;
   net_close close;
-  net_write write;
   net_read read;
   gpointer data;
 };