summaryrefslogtreecommitdiff
path: root/misc/miscfn.h
diff options
context:
space:
mode:
authorewt <devnull@localhost>1997-01-24 19:06:35 +0000
committerewt <devnull@localhost>1997-01-24 19:06:35 +0000
commit5b744e7a24293f96ca84e39fcffde299ed04ef42 (patch)
tree6ced67efbd7fb0da789533913aa4d44c2b2d25e5 /misc/miscfn.h
parentbf515de97c95c27b91bac8fd530a1461ed6211a2 (diff)
downloadlibrpm-tizen-5b744e7a24293f96ca84e39fcffde299ed04ef42.tar.gz
librpm-tizen-5b744e7a24293f96ca84e39fcffde299ed04ef42.tar.bz2
librpm-tizen-5b744e7a24293f96ca84e39fcffde299ed04ef42.zip
prototype realpath if appropriate
CVS patchset: 1364 CVS date: 1997/01/24 19:06:35
Diffstat (limited to 'misc/miscfn.h')
-rw-r--r--misc/miscfn.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/misc/miscfn.h b/misc/miscfn.h
index a6c48d987..6f6fb66fd 100644
--- 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