aboutsummaryrefslogtreecommitdiffhomepage
path: root/path.h
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2007-05-11 05:11:28 +1000
committerGravatar axel <axel@liljencrantz.se>2007-05-11 05:11:28 +1000
commite4f5bc69e29b88796b13eb117dde098695dad9b9 (patch)
tree260c37e0361e4d9a119f6cb478f1d4fe064706ee /path.h
parent03f322c7152c8f10805a0b8a75bf517e88fdf427 (diff)
Make sure that the PWD and HOME variables are always in canonical form
darcs-hash:20070510191128-ac50b-dd51a75617d62e4f403094ddc7527a82c5de3103.gz
Diffstat (limited to 'path.h')
-rw-r--r--path.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/path.h b/path.h
index c825160b..51213b5d 100644
--- a/path.h
+++ b/path.h
@@ -40,4 +40,8 @@ wchar_t *path_get_path( void *context, const wchar_t *cmd );
*/
wchar_t *path_get_cdpath( void *context, wchar_t *in );
+
+wchar_t *path_make_canonical( void *context, const wchar_t *path );
+
+
#endif