X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/177f020f122827214159c46dcfe7ded1e3c8d1c3..bf4e14adcab829c23f134253dea686789eb21d6a:/uip/mhstore.c diff --git a/uip/mhstore.c b/uip/mhstore.c index 2b844c2a..2fce6c8d 100644 --- a/uip/mhstore.c +++ b/uip/mhstore.c @@ -15,6 +15,7 @@ #include #include #include +#include "mhfree.h" #define MHSTORE_SWITCHES \ X("auto", 0, AUTOSW) \ @@ -73,10 +74,6 @@ int part_ok (CT); int type_ok (CT, int); void flush_errors (void); -/* mhfree.c */ -extern CT *cts; -void freects_done (int) NORETURN; - /* * static prototypes */