Updating user programs to use <h/tws> instead of <zotnet/tws/tws.h>
[mmh] / uip / mhoutsbr.c
index 6d2914a..c2e0805 100644 (file)
@@ -13,7 +13,7 @@
 #include <errno.h>
 #include <signal.h>
 #include <zotnet/mts/mts.h>
-#include <zotnet/tws/tws.h>
+#include <h/tws.h>
 #include <h/mime.h>
 #include <h/mhparse.h>
 
@@ -73,7 +73,7 @@ int writeBase64aux (FILE *, FILE *);
  * static prototypes
  */
 static int output_content (CT, FILE *);
-static int output_headers (CT, FILE *);
+static void output_headers (CT, FILE *);
 static int writeExternalBody (CT, FILE *);
 static int write8Bit (CT, FILE *);
 static int writeQuoted (CT, FILE *);
@@ -219,7 +219,7 @@ output_content (CT ct, FILE *out)
  * Output all the header fields for a content
  */
 
-static int
+static void
 output_headers (CT ct, FILE *out)
 {
     HF hp;