It was the only thing of mhfree.c's in h/mhparse.h.
int params_external (CT, int);
int open7Bit (CT, char **);
void close_encoding (CT);
-void free_content (CT);
char *ct_type_str (int);
char *ct_subtype_str (int, int);
int ct_str_type (const char *);
#include <h/mh.h>
#include <h/utils.h>
#include <h/mhparse.h>
+#include "mhfree.h"
#define BURST_SWITCHES \
X("inplace", 0, INPLSW) \
#include <h/mhparse.h>
#include <h/mhcachesbr.h>
#include <h/utils.h>
+#include "mhfree.h"
#define MHBUILD_SWITCHES \
X("auto", 0, AUTOSW) \
* complete copyright information.
*/
+void free_content(CT ct);
void free_ctinfo(CT);
void free_encoding(CT, int);
void freects_done(int) NORETURN;