projects
/
platform
/
upstream
/
rpm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf515de
)
prototype realpath if appropriate
author
ewt
<devnull@localhost>
Fri, 24 Jan 1997 19:06:35 +0000
(19:06 +0000)
committer
ewt
<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
patch
|
blob
|
history
diff --git
a/misc/miscfn.h
b/misc/miscfn.h
index
a6c48d9
..
6f6fb66
100644
(file)
--- a/
misc/miscfn.h
+++ b/
misc/miscfn.h
@@
-15,4
+15,8
@@
#include "misc-glob.h"
#endif
+#if ! HAVE_REALPATH
+char *realpath(char *path, char resolved_path[]);
+#endif
+
#endif