summaryrefslogtreecommitdiffstats
path: root/hash.h
diff options
context:
space:
mode:
authorDave Brolley <brolley@redhat.com>2009-03-23 12:16:56 -0400
committerDave Brolley <brolley@redhat.com>2009-03-23 12:16:56 -0400
commitd171a9ff5fda69cab247d2afd06ec5952941969e (patch)
tree3127f0a0babb18e62bbe17754462d1366de7a0ad /hash.h
parentc11e62bef0f85147c96aeb7d0a7f9fd69da51db6 (diff)
parentd4db5608dbc31868a2041f20ea3f473eef3e61fd (diff)
downloadsystemtap-steved-d171a9ff5fda69cab247d2afd06ec5952941969e.tar.gz
systemtap-steved-d171a9ff5fda69cab247d2afd06ec5952941969e.tar.xz
systemtap-steved-d171a9ff5fda69cab247d2afd06ec5952941969e.zip
Merge branch 'master' of git://sources.redhat.com/git/systemtap
Diffstat (limited to 'hash.h')
-rw-r--r--hash.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/hash.h b/hash.h
index d386ad03..0fe95e27 100644
--- a/hash.h
+++ b/hash.h
@@ -35,5 +35,6 @@ public:
};
void find_hash (systemtap_session& s, const std::string& script);
+void find_tracequery_hash (systemtap_session& s);
/* vim: set sw=2 ts=8 cino=>4,n-2,{2,^-2,t0,(0,u0,w1,M1 : */