More explain stuff.
[yaz-moved-to-github.git] / include / prt-exp.h
index f84b9c5..57e8e81 100644 (file)
@@ -30,6 +30,8 @@
 
 #include <yconfig.h>
 
+#define multipleDbSearch multipleDBsearch
+
 typedef struct Z_CommonInfo
 {
     char *dateAdded;           /* OPTIONAL */
@@ -209,7 +211,7 @@ typedef struct Z_AccessRestrictionsUnit
 #define Z_AccessRestrictions_present             2
 #define Z_AccessRestrictions_specific_elements   3
 #define Z_AccessRestrictions_extended_services   4
-#define Z_AccessRestrictions_by database         5
+#define Z_AccessRestrictions_by_database         5
     Z_HumanString *accessText;              /* OPTIONAL */
     int num_accessChallenges;
     Odr_oid **accessChallenges;             /* OPTIONAL */
@@ -266,7 +268,7 @@ typedef struct Z_AccessInfo
     int num_elementSetNames;
     char **elementSetNames;     /* OPTIONAL */
     int num_unitSystems;
-    char **unitSystems;
+    char **unitSystems;                     /* OPTIONAL */
 } Z_AccessInfo;
 
 typedef struct Z_DatabaseList
@@ -335,7 +337,7 @@ typedef struct Z_TargetInfo
     Z_HumanString *recentNews;             /* OPTIONAL */
     Z_IconObject *icon;                     /* OPTIONAL */
     bool_t *namedResultSets;
-    bool_t *multipleDBsearch;
+    bool_t *multipleDbSearch;
     int *maxResultSets;                     /* OPTIONAL */
     int *maxResultSize;                     /* OPTIONAL */
     int *maxTerms;                          /* OPTIONAL */
@@ -1015,6 +1017,6 @@ typedef struct Z_ExplainRecord
     } u;
 } Z_ExplainRecord;
 
-int MDF z_ExplainRecord(ODR o, Z_ExplainRecord **p, int opt);
+int z_ExplainRecord(ODR o, Z_ExplainRecord **p, int opt);
 
 #endif