From: Adam Dickmeiss Date: Mon, 27 Oct 1997 13:52:46 +0000 (+0000) Subject: Header yaz-util includes all YAZ utility header files. X-Git-Tag: YAZ.1.8~569 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=1374fb292f8bf773290f1662460c422a3ff5a60d Header yaz-util includes all YAZ utility header files. --- diff --git a/client/client.c b/client/client.c index 66dc48e..dbf4c7a 100644 --- a/client/client.c +++ b/client/client.c @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: client.c,v $ - * Revision 1.53 1997-09-29 13:18:59 adam + * Revision 1.54 1997-10-27 13:52:46 adam + * Header yaz-util includes all YAZ utility header files. + * + * Revision 1.53 1997/09/29 13:18:59 adam * Added function, oid_ent_to_oid, to replace the function * oid_getoidbyent, which is not thread safe. * @@ -176,12 +179,13 @@ * to illustrate the use of the YAZ service-level API. */ -#include #include #include #include #include +#include + #include #include #ifdef USE_XTIMOSI @@ -191,7 +195,6 @@ #include #include #include -#include #include @@ -492,7 +495,6 @@ static void display_record(Z_DatabaseRecord *p) odr_reset(print); } } - /* Check if this is a known, ASN.1 type tucked away in an octet string */ if (ent && r->which == Z_External_octet) { diff --git a/include/yaz-util.h b/include/yaz-util.h index ba4971b..c1224d2 100644 --- a/include/yaz-util.h +++ b/include/yaz-util.h @@ -1,10 +1,13 @@ /* - * Copyright (c) 1995, Index Data. + * Copyright (c) 1995-1997, Index Data. * See the file LICENSE for details. * Sebastian Hammer, Adam Dickmeiss * * $Log: yaz-util.h,v $ - * Revision 1.5 1997-09-04 07:58:36 adam + * Revision 1.6 1997-10-27 13:52:46 adam + * Header yaz-util includes all YAZ utility header files. + * + * Revision 1.5 1997/09/04 07:58:36 adam * Added prototype for atoi_n. * * Revision 1.4 1997/09/01 08:49:54 adam @@ -19,8 +22,6 @@ * * Revision 1.1 1996/02/20 16:32:49 quinn * Created util file. - * - * */ #ifndef YAZ_UTIL_H @@ -28,6 +29,14 @@ #include +#include +#include +#include +#include +#include +#include +#include + #ifdef __cplusplus extern "C" { #endif