summaryrefslogtreecommitdiffstats
path: root/hash.h
diff options
context:
space:
mode:
authorDave Brolley <brolley@redhat.com>2009-07-23 12:43:03 -0400
committerDave Brolley <brolley@redhat.com>2009-07-23 12:43:03 -0400
commitc04c525de43003fb00612df635a7c819b5a1d645 (patch)
tree22cd1e41f84a66d7eaece8e17138bf83427f4bab /hash.h
parent6c456acd35009630facd95cca91483a92aa50e9f (diff)
parent4a8636a307a9a532dcc60b5ad8bf809a20dc24c3 (diff)
downloadsystemtap-steved-c04c525de43003fb00612df635a7c819b5a1d645.tar.gz
systemtap-steved-c04c525de43003fb00612df635a7c819b5a1d645.tar.xz
systemtap-steved-c04c525de43003fb00612df635a7c819b5a1d645.zip
Merge branch 'master' of git://sources.redhat.com/git/systemtap
Diffstat (limited to 'hash.h')
-rw-r--r--hash.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/hash.h b/hash.h
index 7e432216..f52fd89e 100644
--- a/hash.h
+++ b/hash.h
@@ -36,8 +36,7 @@ public:
};
void find_hash (systemtap_session& s, const std::string& script);
-void find_tracequery_hash (systemtap_session& s);
-void find_typequery_hash (systemtap_session& s, const std::string& name,
- std::string& module);
+std::string find_tracequery_hash (systemtap_session& s, const std::string& header);
+std::string find_typequery_hash (systemtap_session& s, const std::string& name);
/* vim: set sw=2 ts=8 cino=>4,n-2,{2,^-2,t0,(0,u0,w1,M1 : */