diff lib-src/emacsclient.c @ 90127:30ad2795fdab

Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-28 Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 180-191) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 39-44) - Merge from emacs--cvs-trunk--0 - Update from CVS
author Miles Bader <miles@gnu.org>
date Sat, 19 Mar 2005 02:42:17 +0000
parents b9eee0a7bef5 96023ae0af92
children f9a65d7ebd29
line wrap: on
line diff
--- a/lib-src/emacsclient.c	Wed Mar 16 21:23:11 2005 +0000
+++ b/lib-src/emacsclient.c	Sat Mar 19 02:42:17 2005 +0000
@@ -42,7 +42,7 @@
 #endif /* not VMS */
 
 char *getenv (), *getwd ();
-char *getcwd ();
+char *(getcwd) ();
 
 #ifndef VERSION
 #define VERSION "unspecified"