Changed the way implementationName - and version is set.
[yaz-moved-to-github.git] / include / prt-exp.h
index d88e788..e8ea68a 100644 (file)
@@ -1007,7 +1007,8 @@ typedef struct Z_ExplainRecord
     } u;
 } Z_ExplainRecord;
 
-YAZ_EXPORT int z_ExplainRecord(ODR o, Z_ExplainRecord **p, int opt);
+YAZ_EXPORT int z_ExplainRecord(ODR o, Z_ExplainRecord **p, int opt,
+                              const char *name);
 
 #ifdef __cplusplus
 }