X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=sbr%2Fdone.c;h=05bcf524a09d64652f780b80d8eb09a41215216b;hb=c05210483d82bf5f3786725ff80e12444088a701;hp=938fdb2d683d03db7d963aa5d3ffc1c67890d877;hpb=38615191e71744b066425e0c44412b62dbe49cc2;p=mmh diff --git a/sbr/done.c b/sbr/done.c index 938fdb2..05bcf52 100644 --- a/sbr/done.c +++ b/sbr/done.c @@ -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 -void (*done) (int) = exit; +void (*done) (int) NORETURN = exit;