X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fmemcoll.h;h=449907afec359779e3a58339a50dec6478bc6ef7;hb=eadf1d03c19abe009c81484b3ebaa443b884a95d;hp=b43a96e6c37765403309c2d43195a7f28d268c02;hpb=9f31a7914f9d65fbc1225f503491dcc90e90c357;p=gnulib.git diff --git a/lib/memcoll.h b/lib/memcoll.h index b43a96e6c..449907afe 100644 --- a/lib/memcoll.h +++ b/lib/memcoll.h @@ -1,6 +1,6 @@ /* Locale-specific memory comparison. - Copyright (C) 1999, 2003, 2009-2010 Free Software Foundation, Inc. + Copyright (C) 1999, 2003, 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 General Public License as published by @@ -23,6 +23,6 @@ # include int memcoll (char *, size_t, char *, size_t); -int memcoll0 (const char *, size_t, const char *, size_t); +int memcoll0 (char const *, size_t, char const *, size_t); #endif /* MEMCOLL_H_ */