]> diplodocus.org Git - nmh/blobdiff - h/mhparse.h
datetime.c: Replace some int with bool.
[nmh] / h / mhparse.h
index 85f532673b9a8a0950041f64a879ef96c335a35d..9ed2b3b62f0d794eac2e284ffc2fd73422940878 100644 (file)
@@ -2,8 +2,6 @@
  *           -- (mhparse.c/mhbuildsbr.c)
  */
 
  *           -- (mhparse.c/mhbuildsbr.c)
  */
 
-#define        NPREFS  20
-
 /*
  * Abstract type for header fields
  */
 /*
  * Abstract type for header fields
  */
@@ -520,3 +518,15 @@ 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);
 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;