X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/68e8c25f906e7353269502d2292c8e99aa8c6605..7711f3fc00259e55f630cfe6104eff3083dc9d77:/h/prototypes.h diff --git a/h/prototypes.h b/h/prototypes.h index 4c5c3bb1..3399384e 100644 --- a/h/prototypes.h +++ b/h/prototypes.h @@ -57,6 +57,7 @@ char **copyip (char **, char **, int); void cpydata (int, int, char *, char *); void cpydgst (int, int, char *, char *); char *cpytrim (const char *); +char *rtrim (char *); int decode_rfc2047 (char *, char *, size_t); void discard (FILE *); char *upcase (const char *); @@ -383,7 +384,7 @@ int unputenv (char *); * */ void unquote_string(const char *input, char *output); -int uprf (char *, char *); +int uprf (const char *, const char *); int vfgets (FILE *, char **); /*