]> git.marmaro.de Git - mmh/blobdiff - h/mh.h
Fix out-of-bounds error when incorporating email from stdin
[mmh] / h / mh.h
diff --git a/h/mh.h b/h/mh.h
index 481f2f1ca16645124da2df5922dd68c2171c5385..e1795caa1b681466ada5b4f6af22ee41d6c2a0ae 100644 (file)
--- a/h/mh.h
+++ b/h/mh.h
@@ -212,8 +212,6 @@ struct field {
        size_t alloclen;
 };
 
-extern struct field free_field;
-
 /* m_getfld2() states */
 enum state {
        LENERR2 = -2,      /* Line too long */
@@ -293,6 +291,7 @@ extern char *psequence;
 extern char *rcvdistcomps;
 extern char *replcomps;
 extern char *replgroupcomps;
+extern char *scanformat;
 extern char *sendmail;
 extern char *seq_all;
 extern char *seq_beyond;