YAZ 5.35.1
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
13extern "C" {
14#endif
15
17YAZ_EXPORT int z_MultipleSearchTerms_2_s(ODR o, Z_MultipleSearchTerms_2_s **p, int opt, const char *name);
18
20YAZ_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
25extern "C" {
26#endif
31
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 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