X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fconnection.c;h=7913651c58bb71efbc7e4b88cd7f94a2d9151a72;hb=aa698bfd22b2ead2ee2c73b330806f7f7c161bfb;hp=1526938f34ed153986b6eee518ce7b8fa75616fb;hpb=0be537a08d164975e9584a6c89240b28343a6ec2;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,