aboutsummaryrefslogtreecommitdiffhomepage
path: root/path.h
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-02-07 22:44:10 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-02-07 22:44:10 -0800
commit8a2737566c57404a238bee8b14edff9f5ea334ed (patch)
treeb86f63be3690fd44b2e2706de88cd9b94f416f0f /path.h
parent006523ac59e42bc4ed2339ef31d2f6b41bdb190e (diff)
Excised some more halloc
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 8f63d14e..d4169e11 100644
--- a/path.h
+++ b/path.h
@@ -34,6 +34,7 @@ bool path_get_config(wcstring &path);
wchar_t *path_get_path( const wchar_t *cmd );
class env_vars;
+bool path_get_path_string(const wcstring &cmd, wcstring &output);
bool path_get_path_string(const wcstring &cmd, wcstring &output, const env_vars &vars);
/**