summaryrefslogtreecommitdiffstats
path: root/buildrun.h
diff options
context:
space:
mode:
Diffstat (limited to 'buildrun.h')
-rw-r--r--buildrun.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/buildrun.h b/buildrun.h
index 88a63a5e..54e78c1a 100644
--- a/buildrun.h
+++ b/buildrun.h
@@ -12,6 +12,8 @@
#include "elaborate.h"
int compile_pass (systemtap_session& s);
+bool uprobes_enabled (void);
+int make_uprobes (systemtap_session& s);
int run_pass (systemtap_session& s);