X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=pop.h;h=aaba7daede361007fc2a8754bff30ee2bb080fc3;hb=cf309ca41249b88d93bf6ae0b927e6c9ac6527bb;hp=647fae04c2648202f1e4aa5b16763fe15f0f6167;hpb=fba83c023fada1b542898fba73cd93f4e46162f7;p=cascardo%2Frnetproxy.git diff --git a/pop.h b/pop.h index 647fae0..aaba7da 100644 --- a/pop.h +++ b/pop.h @@ -1,6 +1,6 @@ /* ** Copyright (C) 2006 Thadeu Lima de Souza Cascardo -** Copyright (C) 2009 Thadeu Lima de Souza Cascardo +** Copyright (C) 2009 Thadeu Lima de Souza Cascardo ** ** This program is free software; you can redistribute it and/or modify ** it under the terms of the GNU General Public License as published by @@ -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*); +int hc_conn_set_driver_pop (HCConn *, HCConn *); #endif