X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fmatchstr.c;h=88e0e5be9f2a420c862f7a3923f1cc8c604e3804;hp=cd5af552cb2f55ac40d1f6e9af6f1cf81a8e43ea;hb=5e1889250160764822014ce89ee19dc84e5ce310;hpb=93f4285bbf2ed5a42fe62f92c7c4618df5f20583 diff --git a/src/matchstr.c b/src/matchstr.c index cd5af55..88e0e5b 100644 --- a/src/matchstr.c +++ b/src/matchstr.c @@ -1,5 +1,5 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2008 Index Data + * Copyright (C) 1995-2010 Index Data * See the file LICENSE for details. */ @@ -16,7 +16,7 @@ #include #include #include -#include +#include int yaz_matchstr(const char *s1, const char *s2) { @@ -74,6 +74,7 @@ int yaz_memcmp(const void *a, const void *b, size_t len_a, size_t len_b) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab