doc: use ASCII in .texi files where UTF-8 isn't needed
[gnulib.git] / lib / xmemcoll.h
index dfda0fc..4170b9b 100644 (file)
@@ -1,2 +1,3 @@
-extern int xmemcoll_exit_failure;
+#include <stddef.h>
 int xmemcoll (char *, size_t, char *, size_t);
+int xmemcoll0 (char const *, size_t, char const *, size_t);