check for crlf in m_getfld2
[mmh] / h / mh.h
diff --git a/h/mh.h b/h/mh.h
index 53b301e..20346b6 100644 (file)
--- a/h/mh.h
+++ b/h/mh.h
@@ -210,6 +210,7 @@ struct field {
        char *value;
        size_t valuelen;
        size_t alloclen;
+       boolean crlf;
 };
 
 /* m_getfld2() states */