X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fyaz%2Fill.h;h=17343aad0df98e641f2df98e019223ae3a11deed;hp=8cfe483403b17e8615b5767bf660f8dc794b6fee;hb=457156ca85763b2329eaf066918e2d379c61d47d;hpb=77c5a4fca8b516fd39b8ba213daed17a465a6b2a diff --git a/include/yaz/ill.h b/include/yaz/ill.h index 8cfe483..17343aa 100644 --- a/include/yaz/ill.h +++ b/include/yaz/ill.h @@ -1,5 +1,5 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2012 Index Data. + * Copyright (C) 1995-2013 Index Data. * All rights reserved. * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -43,7 +43,7 @@ struct ill_get_ctl { void *clientData; const char *(*f)(void *clientData, const char *element); }; - + YAZ_EXPORT ILL_ItemRequest *ill_get_ItemRequest ( struct ill_get_ctl *gs, const char *name, const char *sub);