Add NO_RETURN specifiers to functions in lib-src.
[bpt/emacs.git] / lib-src / fakemail.c
index f4d978b..72e1b71 100644 (file)
@@ -147,6 +147,8 @@ static line_list file_preface;
 static stream_list the_streams;
 static boolean no_problems = true;
 
+static void fatal (char *s1) NO_RETURN;
+
 extern FILE *popen (const char *, const char *);
 extern int fclose (FILE *), pclose (FILE *);