diff lib-src/movemail.c @ 109544:197e874deb67

merge trunk
author Kenichi Handa <handa@etlken>
date Mon, 26 Jul 2010 13:29:08 +0900
parents 09a43f890565
children fdbd24f8d999
line wrap: on
line diff
--- a/lib-src/movemail.c	Mon Jul 26 13:28:02 2010 +0900
+++ b/lib-src/movemail.c	Mon Jul 26 13:29:08 2010 +0900
@@ -147,10 +147,10 @@
 char *strerror (int);
 #endif
 
-static void fatal (char *s1, char *s2, char *s3);
+static void fatal (char *s1, char *s2, char *s3) NO_RETURN;
 static void error (char *s1, char *s2, char *s3);
-static void pfatal_with_name (char *name);
-static void pfatal_and_delete (char *name);
+static void pfatal_with_name (char *name) NO_RETURN;
+static void pfatal_and_delete (char *name) NO_RETURN;
 static char *concat (char *s1, char *s2, char *s3);
 static long *xmalloc (unsigned int size);
 #ifdef MAIL_USE_POP