]> diplodocus.org Git - nmh/blobdiff - sbr/signals.c
Fixed extra and missing trailing commas in SEE ALSO sections of man pages.
[nmh] / sbr / signals.c
index 7645c1ccd52e9a6e591dd5d81b12e6be0ff61ddc..accb69504784306ef83cae54f23119dd49349b71 100644 (file)
@@ -1,6 +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
@@ -9,9 +7,7 @@
 
 #include <h/mh.h>
 #include <h/signals.h>
-
-/* sbr/m_mktemp.c */
-extern void remove_registered_files(int);
+#include "m_mktemp.h"
 
 
 /*
@@ -86,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