diff options
author | ewt <devnull@localhost> | 1997-01-24 19:06:35 +0000 |
---|---|---|
committer | ewt <devnull@localhost> | 1997-01-24 19:06:35 +0000 |
commit | 5b744e7a24293f96ca84e39fcffde299ed04ef42 (patch) | |
tree | 6ced67efbd7fb0da789533913aa4d44c2b2d25e5 /misc/miscfn.h | |
parent | bf515de97c95c27b91bac8fd530a1461ed6211a2 (diff) | |
download | librpm-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.h | 4 |
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 |