From a46157ba61f2c65f88b42abb31db60c4a714f87b Mon Sep 17 00:00:00 2001 From: Eduardo Chappa Date: Fri, 31 May 2013 17:16:44 -0600 Subject: * somehow all.patch got here. Reversing. --- pith/string.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'pith/string.h') 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 *); -- cgit v1.2.3-54-g00ecf