YAZ  5.34.0
z-mterm2.h
Go to the documentation of this file.
1 
7 #ifndef z_mterm2_H
8 #define z_mterm2_H
9 
10 #include <yaz/odr.h>
11 #include <yaz/z-core.h>
12 #ifdef __cplusplus
13 extern "C" {
14 #endif
15 
17 YAZ_EXPORT int z_MultipleSearchTerms_2_s(ODR o, Z_MultipleSearchTerms_2_s **p, int opt, const char *name);
18 
20 YAZ_EXPORT int z_MultipleSearchTerms_2(ODR o, Z_MultipleSearchTerms_2 **p, int opt, const char *name);
21 #ifdef __cplusplus
22 }
23 #endif
24 #ifdef __cplusplus
25 extern "C" {
26 #endif
29  Odr_bool *flag; /* OPT */
30 };
31 
33  int num;
35 };
36 
37 #ifdef __cplusplus
38 }
39 #endif
40 #endif
int opt
Definition: initopt.c:19
char * name
Definition: initopt.c:18
Header for ODR (Open Data Representation)
nmem_bool_t Odr_bool
Definition: odr.h:48
Z_MultipleSearchTerms_2_s ** elements
Definition: z-mterm2.h:34
Definition: z-core.h:536
Definition: odr.h:125
ASN.1 Module Z39-50-APDU-1995.
int z_MultipleSearchTerms_2(ODR o, Z_MultipleSearchTerms_2 **p, int opt, const char *name)
Definition: z-mterm2.c:24
int z_MultipleSearchTerms_2_s(ODR o, Z_MultipleSearchTerms_2_s **p, int opt, const char *name)
Definition: z-mterm2.c:12