X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/7480dbc14bc90f2d872d434205c0784704213252..19b47ea980a98d01112d4bda1d220c7057818ff1:/h/prototypes.h diff --git a/h/prototypes.h b/h/prototypes.h index 63ea87e8..1b815bcf 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 *);