]> diplodocus.org Git - nmh/blobdiff - h/mhparse.h
Document argsplit changes in mh-profile man page.
[nmh] / h / mhparse.h
index 8a40af5de9c7b9b36a0c5955d5eff160e9f735dc..b11f706d5994709e51ef9e5e87ce2d3da252704b 100644 (file)
@@ -191,6 +191,8 @@ struct part {
 struct multipart {
     char *mp_start;            /* boundary string separating parts   */
     char *mp_stop;             /* terminating boundary string        */
+    char *mp_content_before;   /* any content before the first subpart */
+    char *mp_content_after;    /* any content after the last subpart */
     struct part *mp_parts;     /* pointer to first subpart structure */
 };