Changed the way implementationName - and version is set.
[yaz-moved-to-github.git] / include / prt-dia.h
index 5e42355..a693665 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,
@@ -177,9 +177,6 @@ typedef struct Z_Sort
        Odr_null *incompatible;
        Odr_null *generic;
        Odr_null *dbSpecific;
-#if 0
-       Z_SortElement *sortElement;
-#endif
        int *key;
 #define Z_SortKey_tooMany       1
 #define Z_SortKey_duplicate     2
@@ -326,7 +323,8 @@ typedef struct Z_DiagnosticFormat
     Z_DiagnosticUnit **diagnostics;
 } Z_DiagnosticFormat;
 
-YAZ_EXPORT int z_DiagnosticFormat(ODR o, Z_DiagnosticFormat **p, int opt);
+YAZ_EXPORT int z_DiagnosticFormat(ODR o, Z_DiagnosticFormat **p, int opt,
+                                 const char *name);
 
 #ifdef __cplusplus
 }