-void show_all_messages(CT *cts, int concat, int textonly, int inlineonly,
- char *markerform);
-
-extern int checksw; /* Add Content-MD5 field */
+typedef struct mhstoreinfo *mhstoreinfo_t;
+mhstoreinfo_t mhstoreinfo_create(CT *, char *, const char *, int, int);
+int mhstoreinfo_files_not_clobbered(const mhstoreinfo_t) PURE;
+void mhstoreinfo_free(mhstoreinfo_t);
+void store_all_messages (mhstoreinfo_t);
+
+extern bool skip_mp_cte_check;
+extern bool suppress_bogus_mp_content_warning;
+extern bool bogus_mp_content;
+extern bool suppress_extraneous_trailing_semicolon_warning;
+
+extern bool suppress_multiple_mime_version_warning;
+
+#define NPREFS 20
+extern char *preferred_types[NPREFS];
+extern char *preferred_subtypes[NPREFS];
+extern int npreferred;