X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fconnection.h;h=459127edf2df5769090152f58bf9025ef4533dac;hb=1c46d5e50ea73b0c0dc00bf745921ab2236b3a80;hp=1b7b24c96900b44fe535f7a96d7780b2c020d178;hpb=376322f0e5d56c9dcc23d0f7d15c90eb58342326;p=pazpar2-moved-to-github.git diff --git a/src/connection.h b/src/connection.h index 1b7b24c..459127e 100644 --- a/src/connection.h +++ b/src/connection.h @@ -28,12 +28,10 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #include "eventl.h" struct connection; -struct host; -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_mark_dead(struct connection *co); void connection_release2(struct connection *co); #endif