sort out some prototypes, put them where they belong.
[apps/madmutt.git] / editmsg.c
index cb6616f..123ce7e 100644 (file)
--- a/editmsg.c
+++ b/editmsg.c
@@ -13,9 +13,7 @@
 # include "config.h"
 #endif
 
-#include <lib-lib/macros.h>
-#include <lib-lib/file.h>
-#include <lib-lib/str.h>
+#include <lib-lib/lib-lib.h>
 
 #include "mutt.h"
 #include "copy.h"
@@ -55,7 +53,7 @@ static int edit_one_message (CONTEXT * ctx, HEADER * cur)
 
   struct stat sb;
   time_t mtime = 0;
-  size_t size = 0;
+  ssize_t size = 0;
 
   mutt_mktemp (tmp);