preparing release 2.0.0
[idzebra-moved-to-github.git] / dict / lookup.c
index a962376..4fa725f 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: lookup.c,v 1.12 2004-12-08 12:23:08 adam Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002
-   Index Data Aps
+/* $Id: lookup.c,v 1.14 2006-05-10 08:13:18 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
@@ -103,3 +103,11 @@ char *dict_lookup (Dict dict, const char *p)
         return NULL;
     return dict_look (dict, (const Dict_char *) p, dict->head.root);
 }
+/*
+ * Local variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ * vim: shiftwidth=4 tabstop=8 expandtab
+ */
+