]> diplodocus.org Git - nmh/blobdiff - uip/mhstore.c
h/mhparse.h: Move mhfree.c's free_content prototype to new header.
[nmh] / uip / mhstore.c
index 2b844c2a2117ef0ac454cd098b8ad7d1af1099e4..2fce6c8dadd372c997195f69ee78511af9c9a6b9 100644 (file)
@@ -15,6 +15,7 @@
 #include <h/mhparse.h>
 #include <h/mhcachesbr.h>
 #include <h/utils.h>
+#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
  */