should fix compilation.
[apps/madmutt.git] / recvattach.h
index 919b464..cb7c9a6 100644 (file)
@@ -10,7 +10,6 @@
 #define _MUTT_RECVATTACH_H
 
 #include <lib-mime/mime-types.h>
-
 #include <lib-ui/menu.h>
 
 #include "mutt.h"
@@ -22,7 +21,7 @@ ATTACHPTR **mutt_gen_attach_list (BODY *, int, ATTACHPTR **, short *, short *,
                                   int, int);
 
 const char *mutt_attach_fmt (char *dest,
-                             size_t destlen,
+                             ssize_t destlen,
                              char op,
                              const char *src,
                              const char *prefix,
@@ -32,8 +31,6 @@ const char *mutt_attach_fmt (char *dest,
 
 int mutt_tag_attach (MUTTMENU * menu, int n, int m);
 
-int mutt_is_message_type (int, const char *);
-
 void mutt_save_attachment_list (FILE * fp, int tag, BODY * top, HEADER * hdr,
                                 MUTTMENU * menu);