summaryrefslogtreecommitdiffstats
path: root/staptree.h
diff options
context:
space:
mode:
Diffstat (limited to 'staptree.h')
-rw-r--r--staptree.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/staptree.h b/staptree.h
index cb22969b..b28a334b 100644
--- a/staptree.h
+++ b/staptree.h
@@ -388,4 +388,5 @@ struct probe
block* body;
vector<vardecl*> locals;
void print (ostream& o);
+ void printsig (ostream &o);
};