Development towards compiled ASN.1.
[yaz-moved-to-github.git] / include / prt-ext.h
index b01c8d8..4939fe6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1995, Index Data.
+ * Copyright (c) 1995-1998, Index Data.
  *
  * Permission to use, copy, modify, distribute, and sell this software and
  * its documentation, in whole or in part, for any purpose, is hereby granted,
@@ -33,7 +33,7 @@
 #define PRT_EXT_H
 
 #include <yconfig.h>
-#include <prt-dat.h>
+#include <oid.h>
 
 #ifdef __cplusplus
 extern "C" {
@@ -77,6 +77,7 @@ struct Z_External
 #define Z_External_searchResult1 15
 #define Z_External_update 16
 #define Z_External_dateTime 17
+#define Z_External_universeReport 18
     union
     {
        /* Generic types */
@@ -99,6 +100,7 @@ struct Z_External
        Z_SearchInfoReport *searchResult1;
        Z_IUUpdate *update;
        Z_DateTime *dateTime;
+    Z_UniverseReport *universeReport;
     } u;
 };