X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fprt-univ.h;h=d48c7fcb7fc612b6324f0c6bbb2fadc078f20505;hb=4e664c278636002a3a0c7897d233a258ac1ec18d;hp=82c3997e2e08a4b54aa8e4ff42b9dee3fcc97e24;hpb=84b60b9a8d2052540541726390fde416c59e1f40;p=yaz-moved-to-github.git diff --git a/include/prt-univ.h b/include/prt-univ.h index 82c3997..d48c7fc 100644 --- a/include/prt-univ.h +++ b/include/prt-univ.h @@ -38,13 +38,16 @@ extern "C" { /* Module-H ResourceReport-Format-Universe-1 */ typedef struct Z_UniverseReportHits Z_UniverseReportHits; -int z_UniverseReportHits (ODR o, Z_UniverseReportHits **p, int opt); +int z_UniverseReportHits (ODR o, Z_UniverseReportHits **p, int opt, + const char *name); typedef struct Z_UniverseReportDuplicate Z_UniverseReportDuplicate; -int z_UniverseReportDuplicate (ODR o, Z_UniverseReportDuplicate **p, int opt); +int z_UniverseReportDuplicate (ODR o, Z_UniverseReportDuplicate **p, int opt, + const char *name); typedef struct Z_UniverseReport Z_UniverseReport; -int z_UniverseReport (ODR o, Z_UniverseReport **p, int opt); +int z_UniverseReport (ODR o, Z_UniverseReport **p, int opt, + const char *name); struct Z_UniverseReportHits { Z_StringOrNumeric *database;