X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fprt-ext.h;h=9b60b8599f50a671036ae9a2701ae0642e7dfa63;hb=1ff2e27ec44aebe0c9f6cc5a26ea19cd6e97b9e8;hp=988f75e792467046ce41dc81def5ae0a18d85382;hpb=46ed30d0d83dd1b21e58a4db365a60aefaa5aad8;p=yaz-moved-to-github.git diff --git a/include/prt-ext.h b/include/prt-ext.h index 988f75e..9b60b85 100644 --- a/include/prt-ext.h +++ b/include/prt-ext.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, @@ -33,6 +33,7 @@ #define PRT_EXT_H #include +#include #ifdef __cplusplus extern "C" { @@ -75,6 +76,7 @@ struct Z_External #define Z_External_OPAC 14 #define Z_External_searchResult1 15 #define Z_External_update 16 +#define Z_External_dateTime 17 union { /* Generic types */ @@ -96,6 +98,7 @@ struct Z_External Z_BriefBib *summary; Z_SearchInfoReport *searchResult1; Z_IUUpdate *update; + Z_DateTime *dateTime; } u; };