X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/0a032eea07f6d77ac6ea4d5a39c9491c34358058..afaab789:/sbr/signals.c?ds=inline diff --git a/sbr/signals.c b/sbr/signals.c index 31253e94..accb6950 100644 --- a/sbr/signals.c +++ b/sbr/signals.c @@ -1,5 +1,4 @@ -/* - * signals.c -- general signals interface for nmh +/* signals.c -- general signals interface for nmh * * This code is Copyright (c) 2002, by the authors of nmh. See the * COPYRIGHT file in the root directory of the nmh distribution for @@ -8,9 +7,7 @@ #include #include - -/* sbr/m_mktemp.c */ -extern void remove_registered_files(int); +#include "m_mktemp.h" /* @@ -85,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