X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=dict%2Finsert.c;h=b12124b20756a32ab0663f6e9d9bb06fe1bfb1d1;hb=4f8a19742e1f4ddb422fa515ff9c3f1d37e5641f;hp=6ca8eccfee50240b5b2e2f9395d053f0993cfe00;hpb=05b9b8ed020c5bfa48a913d6a2e2b50ddf1bab8e;p=idzebra-moved-to-github.git diff --git a/dict/insert.c b/dict/insert.c index 6ca8ecc..b12124b 100644 --- a/dict/insert.c +++ b/dict/insert.c @@ -1,6 +1,6 @@ -/* $Id: insert.c,v 1.24 2004-12-08 12:23:08 adam Exp $ - Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002 - Index Data Aps +/* $Id: insert.c,v 1.26 2006-05-10 08:13:18 adam Exp $ + Copyright (C) 1995-2005 + Index Data ApS This file is part of the Zebra server. @@ -449,3 +449,11 @@ int dict_insert (Dict dict, const char *str, int userlen, void *userinfo) userlen, userinfo); } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ +