X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=h%2Fprototypes.h;h=1b815bcfdc4f6bbfa62b9301f7ac12c47c86974f;hp=63ea87e82edc69f370d2f009dcfed1e5e32f1f25;hb=a259594cc41e41bfbb90562d3977b8194d1446f5;hpb=982194e9f1c9e4718b4857b300fc3ab8b16c8f6b diff --git a/h/prototypes.h b/h/prototypes.h index 63ea87e..1b815bc 100644 --- a/h/prototypes.h +++ b/h/prototypes.h @@ -49,9 +49,10 @@ void cpydgst (int, int, char *, char *); int decode_rfc2047 (char *, char *); void discard (FILE *); int done (int); +int ext_hook(char *, char *, char *); int fdcompare (int, int); -int folder_addmsg (struct msgs **, char *, int, int, int); -int folder_delmsgs (struct msgs *, int); +int folder_addmsg (struct msgs **, char *, int, int, int, int); +int folder_delmsgs (struct msgs *, int, int); void folder_free (struct msgs *); int folder_pack (struct msgs **, int); struct msgs *folder_read (char *);