Put local variables footer in all c, h files.
[idzebra-moved-to-github.git] / dict / dict-p.h
index ec76e39..7df6ba0 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.4 2006-05-10 08:13:18 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
@@ -109,3 +111,11 @@ void       dict_bf_compact (Dict_BFile dbf);
 YAZ_END_CDECL
 
 #endif
+/*
+ * Local variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ * vim: shiftwidth=4 tabstop=8 expandtab
+ */
+