Add NO_RETURN specifiers to functions in lib-src.
[bpt/emacs.git] / lib-src / emacsclient.c
index bafc7e0..cbf9883 100644 (file)
@@ -158,6 +158,8 @@ char *server_file = NULL;
 int emacs_pid = 0;
 
 void print_help_and_exit (void) NO_RETURN;
+void fail (void) NO_RETURN;
+
 
 struct option longopts[] =
 {