diff src/sysdep.h @ 288:e11d67e05968 r21-0b42

Import from CVS: tag r21-0b42
author cvs
date Mon, 13 Aug 2007 10:35:54 +0200
parents 558f606b08ae
children 4711e16a8e49
line wrap: on
line diff
--- a/src/sysdep.h	Mon Aug 13 10:35:07 2007 +0200
+++ b/src/sysdep.h	Mon Aug 13 10:35:54 2007 +0200
@@ -174,6 +174,8 @@
 
 #ifdef HAVE_REALPATH
 #define xrealpath realpath
+#else
+char *xrealpath(CONST char *path, char resolved_path []);
 #endif
 
 #endif /* _XEMACS_SYSDEP_H_ */