Return error (0) rather than exit for bad dict header (magic)
[idzebra-moved-to-github.git] / dict / dict-p.h
index ec76e39..e43532c 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: dict-p.h,v 1.1 2004-12-08 12:23:08 adam Exp $
-   Copyright (C) 2004
-   Index Data Aps
+/* $Id: dict-p.h,v 1.3 2005-01-15 19:38:21 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
@@ -23,6 +23,8 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 #ifndef DICT_P_H
 #define DICT_P_H
 
+#include <yaz/log.h>
+#include <yaz/xmalloc.h>
 #include <idzebra/dict.h>
 
 YAZ_BEGIN_CDECL