Implemented ill_get_ILLRequest. More ILL testing for client.
[yaz-moved-to-github.git] / include / yaz / ill.h
1 /*
2  * Copyright (c) 1999, Index Data
3  * See the file LICENSE for details.
4  *
5  * $Log: ill.h,v $
6  * Revision 1.2  2000-01-15 09:39:50  adam
7  * Implemented ill_get_ILLRequest. More ILL testing for client.
8  *
9  * Revision 1.1  1999/12/16 23:36:19  adam
10  * Implemented ILL protocol. Minor updates ASN.1 compiler.
11  *
12  */
13 #ifndef ILL_H
14 #define ILL_H
15
16 #include <yaz/ill-core.h>
17 #include <yaz/item-req.h>
18
19 #ifdef __cplusplus
20 extern "C" {
21 #endif
22
23 YAZ_EXPORT ILL_ItemRequest *ill_get_ItemRequest (ODR o);
24 YAZ_EXPORT ILL_Request *ill_get_ILLRequest (ODR o);
25
26 #ifdef __cplusplus
27 }
28 #endif
29
30 #endif