#include <h/mh.h>
#include <h/signals.h>
-
-/* sbr/m_mktemp.c */
-extern void remove_registered_files(int);
+#include "m_mktemp.h"
/*
* For use by nmh_init().
*/
int
-setup_signal_handlers() {
+setup_signal_handlers(void) {
/*
* Catch HUP, INT, QUIT, and TERM so that we can clean up tmp
* files when the user terminates the process early. And also a