summaryrefslogtreecommitdiffstats
path: root/hash.h
diff options
context:
space:
mode:
authorJosh Stone <jistone@redhat.com>2009-04-20 17:25:35 -0700
committerJosh Stone <jistone@redhat.com>2009-04-20 17:25:35 -0700
commitb68b2088c1b6e4c0eb4f18c161d3273fed33a385 (patch)
treec669748c25ce6a5a8942c4edbb53a04b0ebf95b5 /hash.h
parent436e5bf634020bcb9f98967891508db21f9e6cbd (diff)
parent219b3700b8603b6fe3610d6f06e353f3c041ee0b (diff)
downloadsystemtap-steved-b68b2088c1b6e4c0eb4f18c161d3273fed33a385.tar.gz
systemtap-steved-b68b2088c1b6e4c0eb4f18c161d3273fed33a385.tar.xz
systemtap-steved-b68b2088c1b6e4c0eb4f18c161d3273fed33a385.zip
Merge branch 'cast_header'
Diffstat (limited to 'hash.h')
-rw-r--r--hash.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/hash.h b/hash.h
index bb3d5ae1..7e432216 100644
--- a/hash.h
+++ b/hash.h
@@ -37,5 +37,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);
/* vim: set sw=2 ts=8 cino=>4,n-2,{2,^-2,t0,(0,u0,w1,M1 : */