X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fyaz%2Fsrw.h;h=b8dd77d22ff5a264d50e04ee6b65260ae6fbce32;hp=dc721a125657c8a8825edf242f99bdbdad6a6191;hb=9a931f88892b2d8be796bfafa07e430307b7c5f6;hpb=0de95154d8512ee46d6b706fe019f8d1ffc18827 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,