Add extra argument to zebraExplain_lookup_ord so that we can get
[idzebra-moved-to-github.git] / util / atoi_zn.c
index 51a75aa..535327e 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: atoi_zn.c,v 1.1 2004-08-04 08:35:27 adam Exp $
-   Copyright (C) 2003,2004
-   Index Data Aps
+/* $Id: atoi_zn.c,v 1.3 2005-03-30 09:25:25 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
@@ -22,7 +22,7 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 
 #include <string.h>
 #include <ctype.h>
-#include <zebrautl.h>
+#include <idzebra/util.h>
 
 zint atoi_zn (const char *buf, zint len)
 {