Accept GNUTLS priority in configuration file.
[cascardo/rnetproxy.git] / pop.h
diff --git a/pop.h b/pop.h
index 02873ff..a740f12 100644 (file)
--- a/pop.h
+++ b/pop.h
 #ifndef POPPROXY_POP_H
 #define POPPROXY_POP_H
 
-#include <gnet.h>
-#include "nethook.h"
+#include "hcconn.h"
 
-net_hook_t* pop_hook_new (net_hook_t *);
-void pop_destroy (net_hook_t*);
+int hc_conn_set_driver_pop (HCConn *, HCConn *);
 
 #endif