* 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.
*
* to illustrate the use of the YAZ service-level API.
*/
-#include <yconfig.h>
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
#include <assert.h>
+#include <yaz-util.h>
+
#include <comstack.h>
#include <tcpip.h>
#ifdef USE_XTIMOSI
#include <proto.h>
#include <marcdisp.h>
#include <diagbib1.h>
-#include <options.h>
#include <pquery.h>
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)
{
/*
- * 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
*
* Revision 1.1 1996/02/20 16:32:49 quinn
* Created util file.
- *
- *
*/
#ifndef YAZ_UTIL_H
#include <yconfig.h>
+#include <xmalloc.h>
+#include <log.h>
+#include <tpath.h>
+#include <options.h>
+#include <wrbuf.h>
+#include <nmem.h>
+#include <readconf.h>
+
#ifdef __cplusplus
extern "C" {
#endif