ceil, trunc, round: Fix gcc warnings.
[pspp] / lib / memcoll.h
index 8f2e1b15a4da23e1182276582bcd798ff5cc2d4f..1e8ce48481fc4800313a45adcee05545addc086f 100644 (file)
@@ -23,5 +23,6 @@
 # include <stddef.h>
 
 int memcoll (char *, size_t, char *, size_t);
+int memcoll0 (char const *, size_t, char const *, size_t);
 
 #endif /* MEMCOLL_H_ */