X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fmemcoll.h;h=9705ac1c6f9996ef8d1c72d4f4af55ef90782746;hb=7a719c1772d45a9990560820a78ae76534ae3497;hp=574c4712e1ffdca4155c817e461aead96b953ede;hpb=3030c5b5e0a5199e16b05927da72c43c42f211c3;p=gnulib.git diff --git a/lib/memcoll.h b/lib/memcoll.h index 574c4712e..9705ac1c6 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-2012 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_ */