X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=src%2Fconnection.h;h=459127edf2df5769090152f58bf9025ef4533dac;hb=HEAD;hp=1b7b24c96900b44fe535f7a96d7780b2c020d178;hpb=7a8e8e37ed254a29f5085855e6d03fe4ff7573e9;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