]> diplodocus.org Git - nmh/blobdiff - uip/mhbuild.c
Replace `a == b ? 1 : 0' and similar with `a == b'.
[nmh] / uip / mhbuild.c
index b111df0cea8de60cd1f9c1cc2074d489f999805f..cdbf50f221531f78c3fbe3d4d7d40221092679ba 100644 (file)
@@ -1,6 +1,4 @@
-
-/*
- * mhbuild.c -- expand/translate MIME composition files
+/* mhbuild.c -- expand/translate MIME composition files
  *
  * This code is Copyright (c) 2002, by the authors of nmh.  See the
  * COPYRIGHT file in the root directory of the nmh distribution for
@@ -94,7 +92,6 @@ static int unlink_outfile = 0;
 static void unlink_done (int) NORETURN;
 
 /* mhbuildsbr.c */
-int output_message (CT, char *);
 int output_message_fp (CT, FILE *, char*);