Added special_fetch for record control system.
[idzebra-moved-to-github.git] / dict / lookup.c
index 82789fc..aa75925 100644 (file)
@@ -1,8 +1,5 @@
-/* $Id: lookup.c,v 1.15 2006-08-14 10:40:09 adam Exp $
-   Copyright (C) 1995-2006
-   Index Data ApS
-
-This file is part of the Zebra server.
+/* This file is part of the Zebra server.
+   Copyright (C) 1995-2008 Index Data
 
 Zebra is free software; you can redistribute it and/or modify it under
 the terms of the GNU General Public License as published by the Free
@@ -99,6 +96,7 @@ static char *dict_look (Dict dict, const Dict_char *str, Dict_ptr ptr)
 
 char *dict_lookup (Dict dict, const char *p)
 {
+    dict->no_lookup++;
     if (!dict->head.root)
         return NULL;
     return dict_look (dict, (const Dict_char *) p, dict->head.root);