diff options
Diffstat (limited to 'pith/string.h')
-rw-r--r-- | pith/string.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pith/string.h b/pith/string.h index e6ee6497..11c4d45f 100644 --- a/pith/string.h +++ b/pith/string.h @@ -86,14 +86,12 @@ struct date { /* exported protoypes */ char *rplstr(char *, size_t, int, char *); -void collspaces(char *); void sqzspaces(char *); void sqznewlines(char *); void removing_leading_white_space(char *); void removing_trailing_white_space(char *); void removing_leading_and_trailing_white_space(char *); int removing_double_quotes(char *); -void removing_extra_stuff (char *); char *skip_white_space(char *); char *skip_to_white_space(char *); char *removing_quotes(char *); |