X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=retrieval%2Fd1_tagset.c;fp=retrieval%2Fd1_tagset.c;h=65311dd45974f955e992f14734c28849ce713767;hp=3e0440749bd86de9732289b76c1ea357a4b004c3;hb=0d9eca26da6a9369bb00efd75a9472380526f547;hpb=2f252f9a14edf0383d551b6aed12597c745cc264 diff --git a/retrieval/d1_tagset.c b/retrieval/d1_tagset.c index 3e04407..65311dd 100644 --- a/retrieval/d1_tagset.c +++ b/retrieval/d1_tagset.c @@ -4,7 +4,12 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: d1_tagset.c,v $ - * Revision 1.7 1998-02-11 11:53:35 adam + * Revision 1.8 1998-05-18 13:07:07 adam + * Changed the way attribute sets are handled by the retriaval module. + * Extended Explain conversion / schema. + * Modified server and client to work with ASN.1 compiled protocol handlers. + * + * Revision 1.7 1998/02/11 11:53:35 adam * Changed code so that it compiles as C++. * * Revision 1.6 1997/09/17 12:10:38 adam @@ -61,7 +66,7 @@ data1_datatype data1_maptype (data1_handle dh, char *t) {"int", DATA1K_int}, {"octetstring", DATA1K_octetstring}, {"null", DATA1K_null}, - {0, -1} + {NULL, (data1_datatype) -1} }; int i;