X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=h%2Fprototypes.h;h=21c15a74637ad6c9cd7c4db49d50373f9a0df358;hp=edddc47e96cc1fde08b05e5d3927301322168cfb;hb=6630f05d0a6d631c9ed2edfef9951df892287794;hpb=d2f54bbc4ef071a92508fa26d5d4641a3f2215c1 diff --git a/h/prototypes.h b/h/prototypes.h index edddc47..21c15a7 100644 --- a/h/prototypes.h +++ b/h/prototypes.h @@ -46,7 +46,7 @@ char *copy (char *, char *); char **copyip (char **, char **, int); void cpydata (int, int, char *, char *); void cpydgst (int, int, char *, char *); -int decode_rfc2047 (char *, char *); +int decode_rfc2047 (char *, char *, size_t); void discard (FILE *); int done (int); int ext_hook(char *, char *, char *);