From d55484f4f722310f902184ce599d736e7489b67e Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 13 Oct 2008 16:06:38 +0200 Subject: [PATCH] Unused prototype: connection *connection_get_available --- src/connection.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/connection.h b/src/connection.h index 0ce89d7..f2b3952 100644 --- a/src/connection.h +++ b/src/connection.h @@ -35,8 +35,6 @@ struct session; void connection_destroy(struct connection *co); void connect_resolver_host(struct host *host); -struct connection *connection_get_available(struct connection *con_list, - struct session *se); int connection_prep_connection(struct connection *co, struct session *se); const char *connection_get_url(struct connection *co); void connection_release(struct connection *co); -- 1.7.10.4