X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=h%2Fprototypes.h;h=9c4b208cb6628780229284e626259fe2670fcd15;hb=374ece2e88368afd6e0a29c4ee4b75ffa9e28b39;hp=53045487980f63b4bf299c64777f7033a441e25a;hpb=358131df8b64ef0c6020dbe9ec61e11cecdef356;p=mmh diff --git a/h/prototypes.h b/h/prototypes.h index 5304548..9c4b208 100644 --- a/h/prototypes.h +++ b/h/prototypes.h @@ -48,6 +48,7 @@ int decode_rfc2047 (char *, char *, size_t); void discard (FILE *); int default_done (int); void escape_display_name (char *, size_t); +void escape_local_part (char *, size_t); int ext_hook(char *, char *, char *); int fdcompare (int, int); int folder_addmsg (struct msgs **, char *, int, int, int, int, char *); @@ -154,7 +155,6 @@ int mhlsbr(int, char **, FILE *(*)(char *)); int distout (char *, char *, char *); void replout (FILE *, char *, char *, struct msgs *, int, int, char *, char *, char *, int); -void set_endian(void); int sc_hardcopy(void); int sc_length(void); int sc_width(void);