X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fconnection.c;h=7913651c58bb71efbc7e4b88cd7f94a2d9151a72;hb=941e9e05bd43e7066746ef3ea7478dd65877af58;hp=1526938f34ed153986b6eee518ce7b8fa75616fb;hpb=a296692d62de0d7646bb84330f5de1d6ea4a3832;p=pazpar2-moved-to-github.git diff --git a/src/connection.c b/src/connection.c index 1526938..7913651 100644 --- a/src/connection.c +++ b/src/connection.c @@ -288,7 +288,7 @@ static void connection_handler(IOCHAN iochan, int event) // Disassociate connection from client -void connection_release(struct connection *co) +static void connection_release(struct connection *co) { struct client *cl = co->client; @@ -439,11 +439,6 @@ static int connection_connect(struct connection *con, iochan_man_t iochan_man) return 0; } -const char *connection_get_url(struct connection *co) -{ - return client_get_url(co->client); -} - // Ensure that client has a connection associated int client_prep_connection(struct client *cl, int operation_timeout, int session_timeout,