Functions connection_{get_host,create} static.
[pazpar2-moved-to-github.git] / src / connection.h
index 80bc261..13fdd14 100644 (file)
@@ -34,9 +34,7 @@ struct host;
 struct session;
 
 void connection_destroy(struct connection *co);
-struct connection *connection_create(struct client *cl);
 void connect_resolver_host(struct host *host);
-struct host *connection_get_host(struct connection *con);
 void connection_set_authentication(struct connection *co, char *auth);
 int connection_connect(struct connection *con);
 struct connection *connection_get_available(struct connection *con_list,