]> diplodocus.org Git - nmh/blobdiff - h/prototypes.h
Fix -part option to mhshow/mhlist/mhstore to find sub-parts of the specified
[nmh] / h / prototypes.h
index 63ea87e82edc69f370d2f009dcfed1e5e32f1f25..fa9f0c2f513f57b6f3a14bc60004d651e93c4039 100644 (file)
@@ -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, char *);
+int folder_delmsgs (struct msgs *, int, int);
 void folder_free (struct msgs *);
 int folder_pack (struct msgs **, int);
 struct msgs *folder_read (char *);