Rewrite POP nethook as a connection layer.
[cascardo/rnetproxy.git] / pop.h
diff --git a/pop.h b/pop.h
index 647fae0..2c64621 100644 (file)
--- a/pop.h
+++ b/pop.h
@@ -21,9 +21,8 @@
 #ifndef POPPROXY_POP_H
 #define POPPROXY_POP_H
 
-#include "nethook.h"
+#include "hcconn.h"
 
-net_hook_t* pop_hook_new (net_hook_t *);
-void pop_destroy (net_hook_t*);
+void hc_conn_set_driver_pop (HCConn *, HCConn *);
 
 #endif