2 * Copyright (c) 1999-2003, Index Data
3 * See the file LICENSE for details.
5 * $Id: ill.h,v 1.6 2003-03-03 19:57:35 adam Exp $
10 #include <yaz/ill-core.h>
11 #include <yaz/item-req.h>
18 const char *(*f)(void *clientData, const char *element);
21 YAZ_EXPORT ILL_ItemRequest *ill_get_ItemRequest (
22 struct ill_get_ctl *gs, const char *name, const char *sub);
24 YAZ_EXPORT ILL_Request *ill_get_ILLRequest (
25 struct ill_get_ctl *gs, const char *name, const char *sub);
27 YAZ_EXPORT ILL_Cancel *ill_get_Cancel (
28 struct ill_get_ctl *gc, const char *name, const char *sub);
30 YAZ_EXPORT ILL_APDU *ill_get_APDU (
31 struct ill_get_ctl *gc, const char *name, const char *sub);