Changes to provide Especs to the backend.
[yaz-moved-to-github.git] / include / prt-esp.h
index ce0f3b8..26e947b 100644 (file)
@@ -137,7 +137,7 @@ typedef struct Z_Espec1
     Z_Variant *defaultVariantRequest;     /* OPTIONAL */
     int *defaultTagType;                  /* OPTIONAL */
     int num_elements;
     Z_Variant *defaultVariantRequest;     /* OPTIONAL */
     int *defaultTagType;                  /* OPTIONAL */
     int num_elements;
-    Z_ElementRequest *elements;           /* OPTIONAL */
+    Z_ElementRequest **elements;           /* OPTIONAL */
 } Z_Espec1;
 
 int z_Espec1(ODR o, Z_Espec1 **p, int opt);
 } Z_Espec1;
 
 int z_Espec1(ODR o, Z_Espec1 **p, int opt);