X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fmemcoll.h;h=449907afec359779e3a58339a50dec6478bc6ef7;hb=1ad640361c8e1117929cabfc2fa9541793b591b2;hp=8f2e1b15a4da23e1182276582bcd798ff5cc2d4f;hpb=b2e2010c7c902235b5efb5bd3c6529f61b093aa4;p=gnulib.git diff --git a/lib/memcoll.h b/lib/memcoll.h index 8f2e1b15a..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,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_ */