X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fmbmemcasecoll.h;h=5b211432ecf6d47ea9c3595dbfc1377a6df70edb;hb=c50edd6462eaaae00f8549f9bad99d4e68b94376;hp=ed774fb3be250708d77e78fca83059bf305108df;hpb=def1af84d3544757a7024228df9ca52f22a58e9c;p=gnulib.git diff --git a/lib/mbmemcasecoll.h b/lib/mbmemcasecoll.h index ed774fb3b..5b211432e 100644 --- a/lib/mbmemcasecoll.h +++ b/lib/mbmemcasecoll.h @@ -1,5 +1,5 @@ /* Locale-specific case-ignoring memory comparison. - Copyright (C) 2001, 2009 Free Software Foundation, Inc. + Copyright (C) 2001, 2009-2013 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published @@ -47,8 +47,8 @@ extern "C" { different lengths! */ extern int mbmemcasecoll (const char *s1, size_t s1len, - const char *s2, size_t s2len, - bool hard_LC_COLLATE); + const char *s2, size_t s2len, + bool hard_LC_COLLATE); #ifdef __cplusplus