Configurable length of termlist entries. Print max. 10 items for
[pazpar2-moved-to-github.git] / src / connection.h
index 0ce89d7..f2b3952 100644 (file)
@@ -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);