Change from GNet to HCConn.
[cascardo/rnetproxy.git] / null.h
diff --git a/null.h b/null.h
index 0f463f5..790b2c7 100644 (file)
--- a/null.h
+++ b/null.h
 #ifndef NULL_H
 #define NULL_H
 
-#include <gnet.h>
 #include "nethook.h"
+#include "iochannel.h"
 
-net_hook_t* null_hook_new (GConn*, char*);
+net_hook_t* null_hook_new (HCConn*, char*);
 void null_destroy (net_hook_t*);
 
 #endif