X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=retrieval%2Fd1_attset.c;h=20096474620283afb3df160dcc7e29b3486e2f91;hb=3ee667935c4cac82445ecd05c8ae421888dfd40f;hp=30d84ece4818709d233eb41ca4ba2104c90e8167;hpb=b440dce0831a72bebe4f4821ab7771cc05e8facb;p=yaz-moved-to-github.git diff --git a/retrieval/d1_attset.c b/retrieval/d1_attset.c index 30d84ec..2009647 100644 --- a/retrieval/d1_attset.c +++ b/retrieval/d1_attset.c @@ -4,7 +4,13 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: d1_attset.c,v $ - * Revision 1.12 1999-08-27 09:40:32 adam + * Revision 1.14 1999-11-30 13:47:12 adam + * Improved installation. Moved header files to include/yaz. + * + * Revision 1.13 1999/10/21 12:06:29 adam + * Retrieval module no longer uses ctype.h - functions. + * + * Revision 1.12 1999/08/27 09:40:32 adam * Renamed logf function to yaz_log. Removed VC++ project files. * * Revision 1.11 1998/10/14 13:31:56 adam @@ -51,14 +57,13 @@ * */ -#include #include #include #include -#include -#include -#include +#include +#include +#include data1_att *data1_getattbyname(data1_handle dh, data1_attset *s, char *name) {