X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fyaz%2Fsrw.h;h=22433538f5f6ba61c577793c50541e3065eb017d;hp=5cbeab09a60c0b4fb5fb65e6bc17b7513dc2b890;hb=d21f71aa7f9d30fdf457c58e7403723415506c1e;hpb=5f9dfb9266ab741d41a636249a39a254e4fb7211 diff --git a/include/yaz/srw.h b/include/yaz/srw.h index 5cbeab0..2243353 100644 --- a/include/yaz/srw.h +++ b/include/yaz/srw.h @@ -2,7 +2,7 @@ * Copyright (c) 2002-2003, Index Data. * See the file LICENSE for details. * - * $Id: srw.h,v 1.5 2003-02-23 14:26:57 adam Exp $ + * $Id: srw.h,v 1.6 2003-03-20 21:15:00 adam Exp $ */ #ifndef YAZ_SRW_H @@ -12,6 +12,9 @@ typedef struct { char *recordSchema; + int recordPacking; +#define Z_SRW_recordPacking_string 0 +#define Z_SRW_recordPacking_XML 1 char *recordData_buf; int recordData_len; int *recordPosition;