X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fcclstr.c;h=037be1c50b392196444251b60d534b0e7f8b7cdd;hb=7b5b162f32acb625e9afba21e88acb56ca2ab04f;hp=a5b73d8bc6ee9096c5d42e5f34494ab734610c44;hpb=65371f5d5f265a4c5ee43f784b2d8a6db1e0774a;p=yaz-moved-to-github.git diff --git a/src/cclstr.c b/src/cclstr.c index a5b73d8..037be1c 100644 --- a/src/cclstr.c +++ b/src/cclstr.c @@ -1,13 +1,14 @@ -/* - * Copyright (C) 1995-2008, Index Data ApS +/* This file is part of the YAZ toolkit. + * Copyright (C) 1995-2010 Index Data * See the file LICENSE for details. - * - * $Id: cclstr.c,v 1.4 2008-01-09 21:32:28 adam Exp $ */ /** * \file cclstr.c * \brief Implements CCL string compare utilities */ +#if HAVE_CONFIG_H +#include +#endif #include #include #include @@ -59,6 +60,7 @@ int ccl_memicmp (const char *s1, const char *s2, size_t n) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab