Implemented ILL protocol. Minor updates ASN.1 compiler.
[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.1  1999-12-16 23:36:19  adam
7  * Implemented ILL protocol. Minor updates ASN.1 compiler.
8  *
9  */
10 #ifndef ILL_H
11 #define ILL_H
12
13 #include <yaz/ill-core.h>
14 #include <yaz/item-req.h>
15
16 #ifdef __cplusplus
17 extern "C" {
18 #endif
19
20 YAZ_EXPORT ILL_ItemRequest *ill_get_ItemRequest (ODR o);
21
22 #ifdef __cplusplus
23 }
24 #endif
25
26 #endif