X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/177f020f122827214159c46dcfe7ded1e3c8d1c3..92c3b05ef3e582d64b3cecfc261fdd66ef13a4ef:/sbr/signals.c diff --git a/sbr/signals.c b/sbr/signals.c index 39a01b32..accb6950 100644 --- a/sbr/signals.c +++ b/sbr/signals.c @@ -7,9 +7,7 @@ #include #include - -/* sbr/m_mktemp.c */ -extern void remove_registered_files(int); +#include "m_mktemp.h" /* @@ -84,7 +82,7 @@ SIGNAL2 (int sig, SIGNAL_HANDLER func) * 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