]> diplodocus.org Git - nmh/blobdiff - h/mhparse.h
Add die(fmt, ...). Equivalent to adios(NULL, fmt, ...).
[nmh] / h / mhparse.h
index 256586f370844ec886d43884b1f1be60dbce8855..b96ce654b44a92376860c7c2d9d08b7ffef667d5 100644 (file)
@@ -357,12 +357,12 @@ int get_ctinfo (char *, CT, int);
 int params_external (CT, int);
 int open7Bit (CT, char **);
 void close_encoding (CT);
-char *ct_type_str (int);
-char *ct_subtype_str (int, int);
+char *ct_type_str (int) CONST;
+char *ct_subtype_str (int, int) CONST;
 int ct_str_type (const char *);
 int ct_str_subtype (int, const char *);
 const struct str2init *get_ct_init (int);
-const char *ce_str (int);
+const char *ce_str (int) CONST;
 const struct str2init *get_ce_method (const char *);
 char *content_charset (CT);
 void reverse_alternative_parts (CT);