]> diplodocus.org Git - nmh/blobdiff - uip/mhoutsbr.c
Commit ddf3a8574f65 is a fix to commit af586ebe59b7.
[nmh] / uip / mhoutsbr.c
index f3d560da556947855ddfe021fdb071943d62736f..354a3013eaf6a3a62705cf40f898b9164180a6e7 100644 (file)
@@ -1,6 +1,4 @@
-
-/*
- * mhoutsbr.c -- routines to output MIME messages
+/* mhoutsbr.c -- routines to output MIME messages
  *            -- given a Content structure
  *
  * This code is Copyright (c) 2002, by the authors of nmh.  See the
@@ -8,20 +6,18 @@
  * complete copyright information.
  */
 
-#include <h/mh.h>
+#include "h/mh.h"
+#include "sbr/trimcpy.h"
+#include "sbr/error.h"
 #include <fcntl.h>
-#include <h/utils.h>
-#include <h/md5.h>
-#include <h/mts.h>
-#include <h/tws.h>
-#include <h/mime.h>
-#include <h/mhparse.h>
-
+#include "h/utils.h"
+#include "h/mts.h"
+#include "h/tws.h"
+#include "h/mime.h"
+#include "h/mhparse.h"
+#include "mhoutsbr.h"
+#include "sbr/base64.h"
 
-/*
- * prototypes
- */
-int output_message_fp (CT, FILE *, char *);
 
 /*
  * static prototypes
@@ -392,7 +388,7 @@ three_print:
     }
 
     if (c != '\n')
-       putc ('\n', out);
+       putc ('\n', out);
 
     (*ct->c_ceclosefnx) (ct);
     free (bufp);