]> 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 81d30a1b3f058f7f5c9b1db1dc618be6f7eb18dd..2fce6c8dadd372c997195f69ee78511af9c9a6b9 100644 (file)
@@ -1,6 +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
@@ -17,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) \
@@ -75,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
  */