X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=pop.h;h=a740f1206a77c2adb29f5478b5c7bc42db06827f;hb=cd4f92d6945a7611e1221958450c734d7b939784;hp=2c64621a345f8ce44a00abc0931b6e5df5284ef5;hpb=b9ad098fa24048b79514e1a435ab10c9decfd381;p=cascardo%2Frnetproxy.git diff --git a/pop.h b/pop.h index 2c64621..a740f12 100644 --- a/pop.h +++ b/pop.h @@ -23,6 +23,6 @@ #include "hcconn.h" -void hc_conn_set_driver_pop (HCConn *, HCConn *); +int hc_conn_set_driver_pop (HCConn *, HCConn *); #endif