time_r: Add missing declarations on HP-UX 11.
[pspp] / lib / trim.h
index c70a16fba8abcc8eccb72d1420823e765fa9dc31..aa777e499de5a58f9d6a7f2939bf43a0eae49c4b 100644 (file)
@@ -30,4 +30,4 @@
 /* Removes leading whitespaces. */
 #define trim_leading(s) trim2(s, TRIM_LEADING)
 
-char *trim2(const char *, int);
+char *trim2 (const char *, int);