-/* $Id: d1_doespec.c,v 1.2 2002-10-22 13:19:50 adam Exp $
+/* $Id: d1_doespec.c,v 1.2.2.1 2005-01-16 23:13:29 adam Exp $
Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002
Index Data Aps
*/
#include <assert.h>
+#include <stdlib.h>
#include <yaz/oid.h>
#include <yaz/log.h>
-/* $Id: apitest.c,v 1.16 2004-07-28 08:15:45 adam Exp $
+/* $Id: apitest.c,v 1.16.2.1 2005-01-16 23:13:29 adam Exp $
Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002
Index Data Aps
02111-1307, USA.
*/
-
-
+#include <stdlib.h>
#include <stdio.h>
-
#include <yaz/log.h>
#include <yaz/pquery.h>
#include "zebraapi.h"
-/* $Id: recindex.c,v 1.34.2.1 2004-08-18 16:17:13 adam Exp $
+/* $Id: recindex.c,v 1.34.2.2 2005-01-16 23:13:29 adam Exp $
Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002
Index Data Aps
* (length, data) - pairs
* length = 0 if same as previous
*/
+#include <stdlib.h>
#include <stdio.h>
#include <assert.h>
#include <string.h>
-/* $Id: zserver.c,v 1.117.2.1 2004-08-13 09:56:29 adam Exp $
+/* $Id: zserver.c,v 1.117.2.2 2005-01-16 23:13:29 adam Exp $
Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004
Index Data Aps
02111-1307, USA.
*/
+#include <stdlib.h>
#include <stdio.h>
#include <assert.h>
#include <fcntl.h>
if (!sob->handle)
{
yaz_log (LOG_FATAL, "Failed to read config `%s'", sob->configname);
- exit (1);
+ exit(1);
}
#ifdef WIN32
-/* $Id: physical.c,v 1.18 2002-08-02 19:26:56 adam Exp $
+/* $Id: physical.c,v 1.18.2.1 2005-01-16 23:13:30 adam Exp $
Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002
Index Data Aps
#include <assert.h>
#include <stdio.h>
#include <string.h>
+#include <stdlib.h>
#include <yaz/log.h>
#include <isam.h>
-/* $Id: isamb.c,v 1.47.2.3 2004-11-10 21:20:03 adam Exp $
+/* $Id: isamb.c,v 1.47.2.4 2005-01-16 23:13:30 adam Exp $
Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004
Index Data Aps
*/
#include <string.h>
+#include <stdlib.h>
#include <yaz/xmalloc.h>
#include <yaz/log.h>
#include <isamb.h>
-/* $Id: grsread.h,v 1.14 2004-05-21 11:58:56 adam Exp $
+/* $Id: grsread.h,v 1.14.2.1 2005-01-16 23:13:31 adam Exp $
Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002
Index Data Aps
#ifndef GRSREAD_H
#define GRSREAD_H
+#include <sys/types.h>
+#include <stdlib.h>
#include <data1.h>
#ifdef __cplusplus
-/* $Id: charmap.c,v 1.29.2.3 2004-11-26 11:06:13 adam Exp $
+/* $Id: charmap.c,v 1.29.2.4 2005-01-16 23:13:31 adam Exp $
Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004
Index Data Aps
*/
#include <ctype.h>
+#include <stdlib.h>
#include <string.h>
#include <assert.h>
-/* $Id: zebramap.c,v 1.32.2.2 2004-11-26 11:06:13 adam Exp $
+/* $Id: zebramap.c,v 1.32.2.3 2005-01-16 23:13:32 adam Exp $
Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004
Index Data Aps
02111-1307, USA.
*/
-
-
+#include <stdlib.h>
#include <assert.h>
#include <ctype.h>