]> git.marmaro.de Git - mmh/blobdiff - uip/mhstore.c
Insert types for args of some function pointers to improve type checking.
[mmh] / uip / mhstore.c
index 4d1ebe099e27e3bcefb10010a4adc7dc8ae4762d..bcebb7f2729e6096fc3d20c75a12698958d0cc34 100644 (file)
@@ -104,7 +104,7 @@ void store_all_messages (CT *);
 /* mhfree.c */
 void free_content (CT);
 extern CT *cts;
 /* mhfree.c */
 void free_content (CT);
 extern CT *cts;
-int freects_done (int);
+void freects_done (int);
 
 /*
  * static prototypes
 
 /*
  * static prototypes
@@ -385,7 +385,8 @@ do_cache:
        context_save ();                  /* save the context file  */
     }
 
        context_save ();                  /* save the context file  */
     }
 
-    return done (0);
+    done (0);
+    return 1;
 }
 
 
 }