Make sure that the PWD and HOME variables are always in canonical form

darcs-hash:20070510191128-ac50b-dd51a75617d62e4f403094ddc7527a82c5de3103.gz
This commit is contained in:
axel
2007-05-11 05:11:28 +10:00
parent 03f322c715
commit e4f5bc69e2
4 changed files with 81 additions and 0 deletions

4
path.h
View File

@@ -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