64-bit BER integers. Fixes bug #114.
[yaz-moved-to-github.git] / include / yaz / prt-ext.h
index 9256d28..aaa8c2d 100644 (file)
@@ -58,7 +58,7 @@ typedef struct Z_ext_typeent
 struct Z_External
 {
     Odr_oid *direct_reference;
-    int *indirect_reference;
+    odr_int_t *indirect_reference;
     char *descriptor;
     int which;
 /* Generic types */
@@ -160,6 +160,7 @@ YAZ_END_CDECL
 /*
  * Local variables:
  * c-basic-offset: 4
+ * c-file-style: "Stroustrup"
  * indent-tabs-mode: nil
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab