]> git.marmaro.de Git - mmh/blobdiff - h/mh.h
add free_field as standard for struct field
[mmh] / h / mh.h
diff --git a/h/mh.h b/h/mh.h
index 8f6fad1d78ec61172ca555f68e283b3727f70769..481f2f1ca16645124da2df5922dd68c2171c5385 100644 (file)
--- a/h/mh.h
+++ b/h/mh.h
@@ -212,6 +212,8 @@ struct field {
        size_t alloclen;
 };
 
+extern struct field free_field;
+
 /* m_getfld2() states */
 enum state {
        LENERR2 = -2,      /* Line too long */