MARC table: offset type size_t
[yaz-moved-to-github.git] / src / zoom-p.h
index 73993ed..0178eb9 100644 (file)
@@ -130,7 +130,7 @@ struct ZOOM_resultset_p {
     Z_SortKeySpecList *r_sort_spec;
     ZOOM_query query;
     int refcount;
-    int size;
+    Odr_int size;
     int step;
     int piggyback;
     char *setname;
@@ -146,9 +146,7 @@ struct ZOOM_resultset_p {
 
 struct ZOOM_record_p {
     ODR odr;
-    WRBUF wrbuf_marc;
-    WRBUF wrbuf_iconv;
-    WRBUF wrbuf_opac;
+    WRBUF wrbuf;
     Z_NamePlusRecord *npr;
     const char *schema;
 
@@ -237,6 +235,7 @@ void ZOOM_options_addref (ZOOM_options opt);
 /*
  * Local variables:
  * c-basic-offset: 4
+ * c-file-style: "Stroustrup"
  * indent-tabs-mode: nil
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab