X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fmbmemcasecoll.h;h=5fbb7da16d7fa2a4c4009aadf21a4f42d760eb2c;hb=96924181b7f9eb0c8b0585467fc3cb2da2766a4f;hp=ed774fb3be250708d77e78fca83059bf305108df;hpb=def1af84d3544757a7024228df9ca52f22a58e9c;p=gnulib.git diff --git a/lib/mbmemcasecoll.h b/lib/mbmemcasecoll.h index ed774fb3b..5fbb7da16 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-2011 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