X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fyaz%2Fill.h;h=09ccb9ac1a352cd115aad1c2f15c97af55cfad79;hp=e3321ccf49965a8a6c71998c2a7f877a5fd46b42;hb=6dc532f9c0278f7156e2940285247442681ddbf7;hpb=43a9d38d20c1b1bcd1a03b2445a501d27526bd35 diff --git a/include/yaz/ill.h b/include/yaz/ill.h index e3321cc..09ccb9a 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-2011 Index Data. + * Copyright (C) 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);