/* Client process that communicates with GNU Emacs acting as server.
- Copyright (C) 1986, 1987, 1994, 1999, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1986, 1987, 1994, 1999, 2000, 2001
+ Free Software Foundation, Inc.
This file is part of GNU Emacs.
Try to run a different command, or --if no alternate editor is
defined-- exit with an errorcode.
*/
+void
fail (argc, argv)
int argc;
char **argv;
\f
#if !defined (HAVE_SOCKETS) && !defined (HAVE_SYSVIPC)
+int
main (argc, argv)
int argc;
char **argv;