Make the expression code a little nicer and fix bugs found
[pspp-builds.git] / src / str.h
index 1951507cc92047dafe8acf4bfd0d0111005204a7..3520e28027eb1fa5d48e1d681bded9d8923c6450 100644 (file)
--- a/src/str.h
+++ b/src/str.h
@@ -121,7 +121,7 @@ long getdelim (char **lineptr, size_t * n, int delimiter, FILE * stream);
 void mm_reverse (void *, size_t);
 char *mm_find_reverse (const char *, size_t, const char *, size_t);
 
-int st_compare_pad (const char *, int, const char *, int);
+int st_compare_pad (const char *, size_t, const char *, size_t);
 char *st_spaces (int);
 void st_bare_pad_copy (char *dest, const char *src, size_t n);
 void st_bare_pad_len_copy (char *dest, const char *src, size_t n, size_t len);