Implemented ZOOM option: recordCharset
[yaz-moved-to-github.git] / zutil / zoom-p.h
index 38412a3..82f1371 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Private C header for ZOOM C.
- * $Id: zoom-p.h,v 1.6 2003-02-20 15:11:58 adam Exp $
+ * $Id: zoom-p.h,v 1.8 2003-05-30 10:24:58 adam Exp $
  */
 
 #if HAVE_XSLT
@@ -88,6 +88,7 @@ struct ZOOM_resultset_p {
     int size;
     int start;
     int count;
+    int step;
     int piggyback;
     char *setname;
     char *schema;
@@ -101,7 +102,9 @@ struct ZOOM_resultset_p {
 struct ZOOM_record_p {
     ODR odr;
     WRBUF wrbuf_marc;
+    WRBUF wrbuf_iconv;
     Z_NamePlusRecord *npr;
+    char *record_charset;
 };
 
 struct ZOOM_record_cache_p {