X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=src%2Fconnection.h;h=748c61032a8ff463efdc93c9eae50cd0e6997177;hb=e8df9cb14a5e59e8e5e94b944ef39a97ded152cf;hp=328a0f6829a4f02ebe9e7a22df0d40a77da0d9b5;hpb=f77f94b53e11e73b30f0e4d6b5b53699aefad1ea;p=pazpar2-moved-to-github.git diff --git a/src/connection.h b/src/connection.h index 328a0f6..748c610 100644 --- a/src/connection.h +++ b/src/connection.h @@ -1,4 +1,4 @@ -/* $Id: connection.h,v 1.2 2007-04-24 08:03:03 adam Exp $ +/* $Id: connection.h,v 1.3 2007-06-02 04:32:28 quinn Exp $ Copyright (c) 2006-2007, Index Data. This file is part of Pazpar2. @@ -39,6 +39,7 @@ struct connection *connection_create(struct client *cl); void connect_resolver_host(struct host *host); int connection_send_apdu(struct connection *co, Z_APDU *a); 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);