]> git.marmaro.de Git - mmh/blobdiff - uip/mshcmds.c
Lots of little code cleanups to prevent warnings - mostly making sure
[mmh] / uip / mshcmds.c
index 3d6e260fe70ae33f081079dbcb1e54d585fbd3d6..13ad35622c3f5136baa8f6d45efbfbc9f54ae838 100644 (file)
@@ -68,6 +68,8 @@ static int process (int, char *, int, char **);
 static void copy_message (int, FILE *);
 static void copy_digest (int, FILE *);
 
+/* from mhlsbr.c */
+int mhlsbr (int, char **, FILE *(*)());
 
 void
 forkcmd (char **args, char *pgm)
@@ -1456,7 +1458,7 @@ static struct swit packswit[] = {
     { NULL, 0 }
 };
 
-static mbx_style = MMDF_FORMAT;
+static int mbx_style = MMDF_FORMAT;
 
 void
 packcmd (char **args)