/usr/include/yaz
NameSizeModeActions
backend.h155650644editdlrm
backtrace.h21300644editdlrm
base64.h24510644editdlrm
ccl.h115340644editdlrm
ccl_xml.h27940644editdlrm
charneg.h38150644editdlrm
comstack.h72320644editdlrm
cookie.h23260644editdlrm
copy_types.h30850644editdlrm
cql.h151720644editdlrm
daemon.h36150644editdlrm
diagbib1.h103850644editdlrm
diagsru_update.h37520644editdlrm
diagsrw.h49900644editdlrm
dirent.h22340644editdlrm
errno.h22920644editdlrm
facet.h37160644editdlrm
file_glob.h32330644editdlrm
gettimeofday.h21260644editdlrm
icu.h77430644editdlrm
ill-core.h471340644editdlrm
ill.h24840644editdlrm
item-req.h19150644editdlrm
json.h68150644editdlrm
log.h85980644editdlrm
logrpn.h24940644editdlrm
marcdisp.h169120644editdlrm
matchstr.h36760644editdlrm
match_glob.h22480644editdlrm
mutex.h44630644editdlrm
nmem.h75940644editdlrm
nmem_xml.h21290644editdlrm
oclc-ill-req-ext.h16730644editdlrm
odr.h120950644editdlrm
oid_db.h63990644editdlrm
oid_std.h88260644editdlrm
oid_util.h33090644editdlrm
options.h31840644editdlrm
otherinfo.h24770644editdlrm
poll.h30860644editdlrm
pquery.h35870644editdlrm
proto.h84820644editdlrm
prt-ext.h63690644editdlrm
query-charset.h24360644editdlrm
querytowrbuf.h24930644editdlrm
readconf.h22610644editdlrm
record_conv.h55410644editdlrm
record_render.h26080644editdlrm
retrieval.h53630644editdlrm
rpn2cql.h39100644editdlrm
rpn2solr.h39400644editdlrm
sc.h34260644editdlrm
shptr.h31610644editdlrm
snprintf.h21770644editdlrm
soap.h34430644editdlrm
solr.h38510644editdlrm
sortspec.h44700644editdlrm
spipe.h27040644editdlrm
srw.h123240644editdlrm
statserv.h19400644editdlrm
stemmer.h24200644editdlrm
tcpip.h29070644editdlrm
test.h44260644editdlrm
thread_create.h27160644editdlrm
thread_id.h21800644editdlrm
timing.h32920644editdlrm
tokenizer.h27770644editdlrm
tpath.h41490644editdlrm
unix.h20870644editdlrm
url.h36890644editdlrm
wrbuf.h94840644editdlrm
xmalloc.h54230644editdlrm
xmlquery.h22940644editdlrm
xmltypes.h19490644editdlrm
xml_get.h20710644editdlrm
xml_include.h31330644editdlrm
yaz-ccl.h21640644editdlrm
yaz-iconv.h43770644editdlrm
yaz-util.h46190644editdlrm
yaz-version.h28950644editdlrm
yconfig.h23320644editdlrm
z-accdes1.h8570644editdlrm
z-accform1.h35910644editdlrm
z-acckrb1.h11300644editdlrm
z-charneg.h51250644editdlrm
z-core.h401750644editdlrm
z-date.h28400644editdlrm
z-diag1.h88980644editdlrm
z-espec1.h38650644editdlrm
z-estask.h10770644editdlrm
z-exp.h305960644editdlrm
z-facet-1.h9410644editdlrm
z-grs.h44790644editdlrm
z-mterm2.h8770644editdlrm
z-oclcui.h7920644editdlrm
z-opac.h29170644editdlrm
z-rrf1.h16870644editdlrm
z-rrf2.h8200644editdlrm
z-sum.h13520644editdlrm
z-sutrs.h6430644editdlrm
z-uifr1.h24800644editdlrm
z-univ.h12170644editdlrm
zes-admin.h30210644editdlrm
zes-expi.h30960644editdlrm
zes-exps.h27870644editdlrm
zes-order.h37010644editdlrm
zes-pquery.h23100644editdlrm
zes-psched.h35440644editdlrm
zes-pset.h20560644editdlrm
zes-update.h50530644editdlrm
zes-update0.h45520644editdlrm
zgdu.h49580644editdlrm
zoom.h183340644editdlrm
Edit: /usr/include/yaz/z-date.h (2840B)
/** \file z-date.h \brief ASN.1 Module UserInfoFormat-dateTime Generated automatically by YAZ ASN.1 Compiler 0.4 */ #ifndef z_date_H #define z_date_H #include #include #ifdef __cplusplus extern "C" { #endif typedef struct Z_DateTime Z_DateTime; YAZ_EXPORT int z_DateTime(ODR o, Z_DateTime **p, int opt, const char *name); typedef struct Z_DateMonthAndDay Z_DateMonthAndDay; YAZ_EXPORT int z_DateMonthAndDay(ODR o, Z_DateMonthAndDay **p, int opt, const char *name); typedef struct Z_DateQuarter Z_DateQuarter; YAZ_EXPORT int z_DateQuarter(ODR o, Z_DateQuarter **p, int opt, const char *name); typedef struct Z_DateSeason Z_DateSeason; YAZ_EXPORT int z_DateSeason(ODR o, Z_DateSeason **p, int opt, const char *name); typedef struct Z_Era Z_Era; YAZ_EXPORT int z_Era(ODR o, Z_Era **p, int opt, const char *name); typedef struct Z_DateFlags Z_DateFlags; YAZ_EXPORT int z_DateFlags(ODR o, Z_DateFlags **p, int opt, const char *name); typedef struct Z_Date Z_Date; YAZ_EXPORT int z_Date(ODR o, Z_Date **p, int opt, const char *name); typedef struct Z_Time Z_Time; YAZ_EXPORT int z_Time(ODR o, Z_Time **p, int opt, const char *name); #ifdef __cplusplus } #endif #ifdef __cplusplus extern "C" { #endif struct Z_DateTime { Z_Date *date; /* OPT */ Z_Time *time; /* OPT */ }; struct Z_DateMonthAndDay { Odr_int *month; Odr_int *day; /* OPT */ }; struct Z_DateQuarter { int which; union { Odr_null *first; Odr_null *second; Odr_null *third; Odr_null *fourth; #define Z_DateQuarter_first 1 #define Z_DateQuarter_second 2 #define Z_DateQuarter_third 3 #define Z_DateQuarter_fourth 4 } u; }; struct Z_DateSeason { int which; union { Odr_null *winter; Odr_null *spring; Odr_null *summer; Odr_null *autumn; #define Z_DateSeason_winter 1 #define Z_DateSeason_spring 2 #define Z_DateSeason_summer 3 #define Z_DateSeason_autumn 4 } u; }; struct Z_Era { int which; union { Odr_null *decade; Odr_null *century; Odr_null *millennium; #define Z_Era_decade 1 #define Z_Era_century 2 #define Z_Era_millennium 3 } u; }; struct Z_DateFlags { Odr_null *circa; /* OPT */ Z_Era *era; /* OPT */ }; struct Z_Date { Odr_int *year; int which; union { Z_DateMonthAndDay *monthAndDay; Odr_int *julianDay; Odr_int *weekNumber; Z_DateQuarter *quarter; Z_DateSeason *season; #define Z_Date_monthAndDay 1 #define Z_Date_julianDay 2 #define Z_Date_weekNumber 3 #define Z_Date_quarter 4 #define Z_Date_season 5 } u; /* OPT */ Z_DateFlags *flags; /* OPT */ }; struct Z_Time { Odr_int *hour; Odr_int *minute; /* OPT */ Odr_int *second; /* OPT */ Z_IntUnit *partOfSecond; /* OPT */ int which; union { Odr_null *local; Odr_null *utc; Odr_int *utcOffset; #define Z_Time_local 1 #define Z_Time_utc 2 #define Z_Time_utcOffset 3 } u; }; #ifdef __cplusplus } #endif #endif