]> diplodocus.org Git - nmh/blobdiff - h/mhparse.h
Added lockmethod pseudocomponent to mhparam so that users
[nmh] / h / mhparse.h
index b11f706d5994709e51ef9e5e87ce2d3da252704b..d7bdb3449f8e42e1725a7cfa4e083e11217cdffd 100644 (file)
@@ -280,5 +280,10 @@ int params_external (CT, int);
 int open7Bit (CT, char **);
 void close_encoding (CT);
 void free_content (CT);
 int open7Bit (CT, char **);
 void close_encoding (CT);
 void free_content (CT);
+char *ct_type_str (int);
+char *ct_subtype_str (int, int);
+const struct str2init *get_ct_init (int);
+const char *ce_str (int);
+const struct str2init *get_ce_method (const char *);
 
 extern int checksw;    /* Add Content-MD5 field */
 
 extern int checksw;    /* Add Content-MD5 field */