X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz%2Fsrw.h;h=b8dd77d22ff5a264d50e04ee6b65260ae6fbce32;hb=12be48d5f580afc49f3a08db84ddfddad0334509;hp=dc721a125657c8a8825edf242f99bdbdad6a6191;hpb=1f3fe256d54ab81d998cd622abda89580cc0b3ff;p=yaz-moved-to-github.git diff --git a/include/yaz/srw.h b/include/yaz/srw.h index dc721a1..b8dd77d 100644 --- a/include/yaz/srw.h +++ b/include/yaz/srw.h @@ -2,7 +2,7 @@ * Copyright (C) 1995-2005, Index Data ApS * See the file LICENSE for details. * - * $Id: srw.h,v 1.25 2006-03-01 23:24:24 adam Exp $ + * $Id: srw.h,v 1.26 2006-05-05 20:02:22 quinn Exp $ */ /** * \file srw.h @@ -178,6 +178,8 @@ typedef struct { Z_SRW_updateResponse *update_response; } u; char *srw_version; + char *username; /* From HTTP header or request */ + char *password; /* From HTTP header or request */ } Z_SRW_PDU; YAZ_EXPORT int yaz_srw_codec(ODR o, void * pptr,