YAZ  4.2.57
item-req.h
Go to the documentation of this file.
1 
7 #ifndef item_req_H
8 #define item_req_H
9 
10 #include <yaz/odr.h>
11 #include <yaz/ill-core.h>
12 #ifdef __cplusplus
13 extern "C" {
14 #endif
15 
17 YAZ_EXPORT int ill_ItemRequest(ODR o, ILL_ItemRequest **p, int opt, const char *name);
18 #ifdef __cplusplus
19 }
20 #endif
21 #ifdef __cplusplus
22 extern "C" {
23 #endif
25 #define ILL_ItemRequest_version_1 1
26 #define ILL_ItemRequest_version_2 2
45  ILL_Item_Id *item_id; /* OPT */
56 };
57 
58 #ifdef __cplusplus
59 }
60 #endif
61 #endif