-
-/*
- * 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
static void unlink_done (int) NORETURN;
/* mhbuildsbr.c */
-int output_message (CT, char *);
int output_message_fp (CT, FILE *, char*);
int header_encoding = CE_UNKNOWN;
size_t n;
- if (nmh_init(argv[0], 1)) { return 1; }
+ if (nmh_init(argv[0], 2)) { return 1; }
done=unlink_done;