aboutsummaryrefslogtreecommitdiffhomepage
path: root/path.h
diff options
context:
space:
mode:
authorGravatar Siteshwar Vashisht <siteshwar@gmail.com>2012-02-09 01:18:51 +0530
committerGravatar Siteshwar Vashisht <siteshwar@gmail.com>2012-02-09 01:18:51 +0530
commitbc8a28838640ad6d816641fa108f1e40edfe15bd (patch)
treec4968241e91fa461250c8d8d816b8de3561f00a5 /path.h
parent3dc56de0ae42b40104337803c392f506491b30d6 (diff)
Got rid of multiple cd paths, only current directory will be searched while changing directories, implicit cd (entering directory just by typing it's name) is removed.
Diffstat (limited to 'path.h')
-rw-r--r--path.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/path.h b/path.h
index d4169e11..39918382 100644
--- a/path.h
+++ b/path.h
@@ -53,6 +53,7 @@ bool path_get_path_string(const wcstring &cmd, wcstring &output, const env_vars
\param in The name of the directory.
\return 0 if the command can not be found, the path of the command otherwise. The path should be free'd with free().
*/
+
wchar_t *path_allocate_cdpath( const wchar_t *in );
bool path_can_get_cdpath(const wcstring &in);
bool path_get_cdpath_string(const wcstring &in, wcstring &out, const env_vars &vars);