prototype realpath if appropriate
authorewt <devnull@localhost>
Fri, 24 Jan 1997 19:06:35 +0000 (19:06 +0000)
committerewt <devnull@localhost>
Fri, 24 Jan 1997 19:06:35 +0000 (19:06 +0000)
CVS patchset: 1364
CVS date: 1997/01/24 19:06:35

misc/miscfn.h

index a6c48d9..6f6fb66 100644 (file)
@@ -15,4 +15,8 @@
 #include "misc-glob.h"
 #endif
 
+#if ! HAVE_REALPATH
+char *realpath(char *path, char resolved_path[]);
+#endif
+
 #endif