]> git.marmaro.de Git - mmh/blobdiff - sbr/done.c
Copied atexit() code from fakesmtp.c to fakepop.c so that its
[mmh] / sbr / done.c
index 938fdb2d683d03db7d963aa5d3ffc1c67890d877..05bcf524a09d64652f780b80d8eb09a41215216b 100644 (file)
@@ -2,8 +2,6 @@
 /*
  * done.c -- terminate the program
  *
- * $Id$
- *
  * This code is Copyright (c) 2002, by the authors of nmh.  See the
  * COPYRIGHT file in the root directory of the nmh distribution for
  * complete copyright information.
@@ -11,4 +9,4 @@
 
 #include <h/mh.h>
 
-void (*done) (int) = exit;
+void (*done) (int) NORETURN = exit;