X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/0a032eea07f6d77ac6ea4d5a39c9491c34358058..bf4e14adcab829c23f134253dea686789eb21d6a:/uip/mhstore.c diff --git a/uip/mhstore.c b/uip/mhstore.c index 94b29bae..2fce6c8d 100644 --- a/uip/mhstore.c +++ b/uip/mhstore.c @@ -1,5 +1,4 @@ -/* - * mhstore.c -- store the contents of MIME messages +/* mhstore.c -- store the contents of MIME messages * * This code is Copyright (c) 2002, by the authors of nmh. See the * COPYRIGHT file in the root directory of the nmh distribution for @@ -16,6 +15,7 @@ #include #include #include +#include "mhfree.h" #define MHSTORE_SWITCHES \ X("auto", 0, AUTOSW) \ @@ -74,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 */