X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=src%2Fconnection.h;h=f2b3952a6605ba1ecb92463cdeaea93a2895ed84;hb=c0f6e659383ad30a764d15f3acc1a4db58026318;hp=80bc261782432e6f87616d13b33d7bbf74936b18;hpb=713bfdf6d506f0786e87950cbb685cb6fce7e9d0;p=pazpar2-moved-to-github.git diff --git a/src/connection.h b/src/connection.h index 80bc261..f2b3952 100644 --- a/src/connection.h +++ b/src/connection.h @@ -34,13 +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, - 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);