]> diplodocus.org Git - nmh/blobdiff - h/mhparse.h
Support for sequence file locking in inc(1).
[nmh] / h / mhparse.h
index b11f706d5994709e51ef9e5e87ce2d3da252704b..57bdabd396e9419504bb3e03e33477e7815d53e7 100644 (file)
@@ -231,6 +231,7 @@ struct exbody {
     char *eb_server;
     char *eb_subject;
     char *eb_body;
+    char *eb_url;
 };
 
 /*
@@ -280,5 +281,10 @@ 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);
+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 */