#include <h/utils.h>
#include <h/mime.h>
#include <h/mhparse.h>
+#include "../sbr/m_mktemp.h"
+#include "mhfree.h"
/* The list of top-level contents to display */
CT *cts = NULL;
-/*
- * prototypes
- */
-void free_header (CT);
-void free_ctinfo (CT);
-void free_encoding (CT, int);
-void freects_done (int);
-
/*
* static prototypes
*/
+static void free_header (CT);
static void free_text (CT);
static void free_multi (CT);
static void free_partial (CT);
* for this content.
*/
-void
+static void
free_header (CT ct)
{
HF hp1, hp2;
}
-void
+void NORETURN
freects_done (int status)
{
CT *ctp;