summaryrefslogtreecommitdiffstats
path: root/util.h
diff options
context:
space:
mode:
authorDave Brolley <brolley@redhat.com>2009-03-26 11:31:04 -0400
committerDave Brolley <brolley@redhat.com>2009-03-26 11:31:04 -0400
commit4407fecb4b4e7466b256a26d1bfd63333bf367a2 (patch)
treed50e95d0928ef85e7a354926e71dace88ae82ff5 /util.h
parent666d747e2a8880c2906c1e2ead49182cf061df74 (diff)
parenta5e8d632f443c6a882dcabc669236dc4798b1fd7 (diff)
downloadsystemtap-steved-4407fecb4b4e7466b256a26d1bfd63333bf367a2.tar.gz
systemtap-steved-4407fecb4b4e7466b256a26d1bfd63333bf367a2.tar.xz
systemtap-steved-4407fecb4b4e7466b256a26d1bfd63333bf367a2.zip
Merge branch 'master' of git://sources.redhat.com/git/systemtap
Diffstat (limited to 'util.h')
-rw-r--r--util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/util.h b/util.h
index 29405f83..de5ebe5f 100644
--- a/util.h
+++ b/util.h
@@ -13,6 +13,7 @@ void tokenize(const std::string& str, std::vector<std::string>& tokens,
const std::string& delimiters);
std::string find_executable(const std::string& name);
const std::string cmdstr_quoted(const std::string& cmd);
+std::string git_revision(const std::string& path);
// stringification generics