X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fmemcoll.h;h=449907afec359779e3a58339a50dec6478bc6ef7;hb=f16415c07025fdec551dfc1dc7275c2a88819d44;hp=574c4712e1ffdca4155c817e461aead96b953ede;hpb=3030c5b5e0a5199e16b05927da72c43c42f211c3;p=gnulib.git diff --git a/lib/memcoll.h b/lib/memcoll.h index 574c4712e..449907afe 100644 --- a/lib/memcoll.h +++ b/lib/memcoll.h @@ -1,6 +1,6 @@ /* Locale-specific memory comparison. - Copyright (C) 1999, 2003, 2009 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,5 +23,6 @@ # include int memcoll (char *, size_t, char *, size_t); +int memcoll0 (char const *, size_t, char const *, size_t); #endif /* MEMCOLL_H_ */