diff options
Diffstat (limited to 'staptree.h')
-rw-r--r-- | staptree.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -388,4 +388,5 @@ struct probe block* body; vector<vardecl*> locals; void print (ostream& o); + void printsig (ostream &o); }; |