aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/emacsclient.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib-src/emacsclient.c b/lib-src/emacsclient.c
index 03fe66598c8..10f95decd80 100644
--- a/lib-src/emacsclient.c
+++ b/lib-src/emacsclient.c
@@ -1,5 +1,6 @@
1/* Client process that communicates with GNU Emacs acting as server. 1/* Client process that communicates with GNU Emacs acting as server.
2 Copyright (C) 1986, 1987, 1994, 1999, 2000 Free Software Foundation, Inc. 2 Copyright (C) 1986, 1987, 1994, 1999, 2000, 2001
3 Free Software Foundation, Inc.
3 4
4This file is part of GNU Emacs. 5This file is part of GNU Emacs.
5 6
@@ -178,6 +179,7 @@ xmalloc (size)
178 Try to run a different command, or --if no alternate editor is 179 Try to run a different command, or --if no alternate editor is
179 defined-- exit with an errorcode. 180 defined-- exit with an errorcode.
180*/ 181*/
182void
181fail (argc, argv) 183fail (argc, argv)
182 int argc; 184 int argc;
183 char **argv; 185 char **argv;
@@ -198,6 +200,7 @@ fail (argc, argv)
198 200
199#if !defined (HAVE_SOCKETS) && !defined (HAVE_SYSVIPC) 201#if !defined (HAVE_SOCKETS) && !defined (HAVE_SYSVIPC)
200 202
203int
201main (argc, argv) 204main (argc, argv)
202 int argc; 205 int argc;
203 char **argv; 206 char **argv;