X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fconnection.h;h=1b7b24c96900b44fe535f7a96d7780b2c020d178;hb=05f5704b82cabf4d6cdd775cf462ded983d62a32;hp=e92019e305ff7079209102d02cf47d8a8f171f91;hpb=817e3ec506c4095bc4fcc1923cee36153ef4ee43;p=pazpar2-moved-to-github.git diff --git a/src/connection.h b/src/connection.h index e92019e..1b7b24c 100644 --- a/src/connection.h +++ b/src/connection.h @@ -34,6 +34,7 @@ void connect_resolver_host(struct host *host, iochan_man_t iochan); ZOOM_connection connection_get_link(struct connection *co); void connection_continue(struct connection *co); void connect_resolver_host(struct host *host, iochan_man_t iochan_man); +void connection_release2(struct connection *co); #endif