X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=src%2Fconnection.h;h=328a0f6829a4f02ebe9e7a22df0d40a77da0d9b5;hb=c2705b2bc91f199440a2adad7c3274bcdcce6509;hp=4b8a5618d15420c0b841bc27f3f9da29fd9630c8;hpb=dbcf2c3410ed74d919efdc62ffbd00e716284d8e;p=pazpar2-moved-to-github.git diff --git a/src/connection.h b/src/connection.h index 4b8a561..328a0f6 100644 --- a/src/connection.h +++ b/src/connection.h @@ -1,4 +1,4 @@ -/* $Id: connection.h,v 1.1 2007-04-23 21:05:23 adam Exp $ +/* $Id: connection.h,v 1.2 2007-04-24 08:03:03 adam Exp $ Copyright (c) 2006-2007, Index Data. This file is part of Pazpar2. @@ -44,6 +44,7 @@ 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); #endif