X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=pop.h;h=a740f1206a77c2adb29f5478b5c7bc42db06827f;hb=75f7977ea98ebc6a0a9097cb835f70c96b139798;hp=02873ff24d88709e79b00da7d774b27e890eb015;hpb=8d71c982795260ba2451de05e28193241387fcb0;p=cascardo%2Frnetproxy.git diff --git a/pop.h b/pop.h index 02873ff..a740f12 100644 --- a/pop.h +++ b/pop.h @@ -21,10 +21,8 @@ #ifndef POPPROXY_POP_H #define POPPROXY_POP_H -#include -#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