X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fprt-exd.h;h=fa3c8751034cb180918ae8a72448a8cd653e1477;hp=47a1754e7f2a9d88dbc108ebfc91fa282fec8e95;hb=559aecba0e61eca34706023436692ba23faa29a7;hpb=46ed30d0d83dd1b21e58a4db365a60aefaa5aad8 diff --git a/include/prt-exd.h b/include/prt-exd.h index 47a1754..fa3c875 100644 --- a/include/prt-exd.h +++ b/include/prt-exd.h @@ -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, @@ -199,19 +199,21 @@ typedef struct Z_IUOriginPartToKeep #define Z_IUOriginPartToKeep_recordReplace 2 #define Z_IUOriginPartToKeep_recordDelete 3 #define Z_IUOriginPartToKeep_elementUpdate 4 +#define Z_IUOriginPartToKeep_specialUpdate 5 char *databaseName; - Odr_oid *schema; /* OPTIONAL */ - char *elementSetName; /* OPTIONAL */ + Odr_oid *schema; /* OPTIONAL */ + char *elementSetName; /* OPTIONAL */ + Odr_external *actionQualifier; /* OPTIONAL */ } Z_IUOriginPartToKeep; typedef struct Z_IUTaskPackageRecordStructure { int which; #define Z_IUTaskPackageRecordStructure_record 1 -#define Z_IUTaskPackageRecordStructure_diagnostic 2 +#define Z_IUTaskPackageRecordStructure_surrogateDiagnostics 2 union { Odr_external *record; - Z_DiagRec *diagnostic; + Z_DiagRecs *surrogateDiagnostics; } u; /* OPTIONAL */ Z_IUCorrelationInfo *correlationInfo; /* OPTIONAL */ int *recordStatus; @@ -219,6 +221,7 @@ typedef struct Z_IUTaskPackageRecordStructure #define Z_IUTaskPackageRecordStructureS_queued 2 #define Z_IUTaskPackageRecordStructureS_inProcess 3 #define Z_IUTaskPackageRecordStructureS_failure 4 + Z_DiagRecs *supplementalDiagnostics; /* OPTIONAL */ } Z_IUTaskPackageRecordStructure; typedef struct Z_IUTargetPart