From: Sebastian Hammer Date: Wed, 19 Apr 1995 12:55:41 +0000 (+0000) Subject: Added auth X-Git-Url: http://sru.miketaylor.org.uk/?a=commitdiff_plain;h=2378d22cf24ed22617d5d00f7cb17c03243ce176;p=egate.git Added auth --- diff --git a/include/zaccess.h b/include/zaccess.h index a6d9990..91f7a97 100644 --- a/include/zaccess.h +++ b/include/zaccess.h @@ -2,7 +2,10 @@ * Europagate, 1995 * * $Log: zaccess.h,v $ - * Revision 1.10 1995/04/17 11:27:24 quinn + * Revision 1.11 1995/04/19 12:55:41 quinn + * Added auth + * + * Revision 1.10 1995/04/17 11:27:24 quinn * Smallish * * Revision 1.9 1995/02/23 08:32:12 adam @@ -19,7 +22,7 @@ #define ZASS_DEBUG GW_LOG_DEBUGN(9) #define ZASS_TYPE "zass" -#define ZASS_ID "EUROPAGATE/DTB/ID" +#define ZASS_ID "EUROPAGATE/DTV/ID" #define ZASS_NAME "EUROPAGATE E-mail/Z39.50 gateway" #define ZASS_VERSION "development 0.2" @@ -74,7 +77,7 @@ typedef struct zass_presentent struct zass_record *records; } zass_presentent; -ZASS zass_open(char *host, int port); +ZASS zass_open(char *host, int port, char *auth); const struct zass_searchent *zass_search(ZASS a, struct ccl_rpn_node *query, char *resname, char *databases); const struct zass_presentent *zass_present(ZASS a, char *resname, int start,