X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=util%2Fstrmap.c;h=cb51d81c8056dfeb6cc6eadd127b8508187c01fb;hp=1d054ff8e1edbb0ab6bd4d259d16b7e52d3a1186;hb=24357780de7d01b3c3ec2c3f6715b2feee7d0e76;hpb=08d6561cdd2bb03f02913f25b20a428aa9aea575 diff --git a/util/strmap.c b/util/strmap.c index 1d054ff..cb51d81 100644 --- a/util/strmap.c +++ b/util/strmap.c @@ -1,8 +1,5 @@ -/* $Id: strmap.c,v 1.2 2007-12-03 09:12:38 adam Exp $ - Copyright (C) 1995-2007 - Index Data ApS - -This file is part of the Zebra server. +/* This file is part of the Zebra server. + Copyright (C) 1994-2011 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 @@ -20,6 +17,9 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ +#if HAVE_CONFIG_H +#include +#endif #include #include #include @@ -187,6 +187,7 @@ const char *zebra_strmap_it_next(zebra_strmap_it it, void **data_buf, /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab