YAZ
4.2.57
Main Page
Data Structures
Files
File List
Globals
include
yaz
z-oclcui.h
Go to the documentation of this file.
1
7
#ifndef z_oclcui_H
8
#define z_oclcui_H
9
10
#include <
yaz/odr.h
>
11
#ifdef __cplusplus
12
extern
"C"
{
13
#endif
14
15
typedef
struct
Z_OCLC_UserInformation
Z_OCLC_UserInformation
;
16
YAZ_EXPORT
int
z_OCLC_UserInformation
(
ODR
o,
Z_OCLC_UserInformation
**p,
int
opt
,
const
char
*
name
);
17
18
typedef
char
Z_DBName
;
19
YAZ_EXPORT
int
z_DBName
(
ODR
o, Z_DBName **p,
int
opt
,
const
char
*
name
);
20
#ifdef __cplusplus
21
}
22
#endif
23
#ifdef __cplusplus
24
extern
"C"
{
25
#endif
26
struct
Z_OCLC_UserInformation
{
27
char
*
motd
;
/* OPT */
28
int
num_dblist
;
29
Z_DBName
**
dblist
;
/* OPT */
30
Odr_bool
*
failReason
;
/* OPT */
31
Odr_int
*
code
;
/* OPT */
32
char
*
text
;
/* OPT */
33
};
34
35
36
37
#ifdef __cplusplus
38
}
39
#endif
40
#endif
Generated on Wed May 15 2013 14:55:31 for YAZ by
1.8.1.2