X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/fccdde7866bf77774afabfdb32370f1123dac2cc..aee19c1b38bbbaeb4a0354590900b72d25e7b2d8:/h/prototypes.h diff --git a/h/prototypes.h b/h/prototypes.h index 2d798e20..ae6a115e 100644 --- a/h/prototypes.h +++ b/h/prototypes.h @@ -51,6 +51,7 @@ char *copy (const char *, char *); char **copyip (char **, char **, int); void cpydata (int, int, char *, char *); void cpydgst (int, int, char *, char *); +char *cpytrim (const char *); int decode_rfc2047 (char *, char *, size_t); void discard (FILE *); int default_done (int);