summaryrefslogtreecommitdiffstats
path: root/util.h
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@elastic.org>2008-08-09 12:09:01 -0400
committerFrank Ch. Eigler <fche@elastic.org>2008-08-09 12:09:01 -0400
commitd9736de16f58966ff0fd7f9e7391d6beba8d7366 (patch)
treee795e54ac0537d30bcfd2d54e724eaac08ff1c14 /util.h
parent12a7f85b2dd19fbfa34c81f6cba15015a8a2723d (diff)
downloadsystemtap-steved-d9736de16f58966ff0fd7f9e7391d6beba8d7366.tar.gz
systemtap-steved-d9736de16f58966ff0fd7f9e7391d6beba8d7366.tar.xz
systemtap-steved-d9736de16f58966ff0fd7f9e7391d6beba8d7366.zip
prep find_executable() for use by process() probes
Diffstat (limited to 'util.h')
-rw-r--r--util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/util.h b/util.h
index 97fa7062..7c627ee9 100644
--- a/util.h
+++ b/util.h
@@ -10,7 +10,7 @@ int copy_file(const char *src, const char *dest);
int create_dir(const char *dir);
void tokenize(const std::string& str, std::vector<std::string>& tokens,
const std::string& delimiters);
-bool find_executable(const char *name, std::string& retpath);
+std::string find_executable(const std::string& name);
const std::string cmdstr_quoted(const std::string& cmd);