2 * Copyright (c) 1999-2001, Index Data
3 * See the file LICENSE for details.
6 * Revision 1.5 2001-02-20 11:25:32 adam
7 * Added ill_get_APDU and ill_get_Cancel.
9 * Revision 1.4 2000/02/28 11:20:06 adam
10 * Using autoconf. New definitions: YAZ_BEGIN_CDECL/YAZ_END_CDECL.
12 * Revision 1.3 2000/01/31 13:15:21 adam
13 * Removed uses of assert(3). Cleanup of ODR. CCL parser update so
14 * that some characters are not surrounded by spaces in resulting term.
17 * Revision 1.2 2000/01/15 09:39:50 adam
18 * Implemented ill_get_ILLRequest. More ILL testing for client.
20 * Revision 1.1 1999/12/16 23:36:19 adam
21 * Implemented ILL protocol. Minor updates ASN.1 compiler.
27 #include <yaz/ill-core.h>
28 #include <yaz/item-req.h>
35 const char *(*f)(void *clientData, const char *element);
38 YAZ_EXPORT ILL_ItemRequest *ill_get_ItemRequest (
39 struct ill_get_ctl *gs, const char *name, const char *sub);
41 YAZ_EXPORT ILL_Request *ill_get_ILLRequest (
42 struct ill_get_ctl *gs, const char *name, const char *sub);
44 YAZ_EXPORT ILL_Cancel *ill_get_Cancel (
45 struct ill_get_ctl *gc, const char *name, const char *sub);
47 YAZ_EXPORT ILL_APDU *ill_get_APDU (
48 struct ill_get_ctl *gc, const char *name, const char *sub);