X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fmemcoll.h;h=1e8ce48481fc4800313a45adcee05545addc086f;hb=ad9a24a121ab3154f30d9d38d8243f41566d151e;hp=574c4712e1ffdca4155c817e461aead96b953ede;hpb=3030c5b5e0a5199e16b05927da72c43c42f211c3;p=gnulib.git diff --git a/lib/memcoll.h b/lib/memcoll.h index 574c4712e..1e8ce4848 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-2010 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_ */