X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=dict%2Flookup.c;h=4fa725ff70729c2e698fe226059370ad3b2af685;hb=e92856ea4fecc1a5ea6875ad47797d462fd5fcae;hp=a9623762f79db39053bda1de51557267e88334da;hpb=05b9b8ed020c5bfa48a913d6a2e2b50ddf1bab8e;p=idzebra-moved-to-github.git diff --git a/dict/lookup.c b/dict/lookup.c index a962376..4fa725f 100644 --- a/dict/lookup.c +++ b/dict/lookup.c @@ -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 + */ +