aboutsummaryrefslogtreecommitdiffstats
path: root/trace-cmd.h
diff options
context:
space:
mode:
Diffstat (limited to 'trace-cmd.h')
-rw-r--r--trace-cmd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/trace-cmd.h b/trace-cmd.h
index b2586bf..b77b8e6 100644
--- a/trace-cmd.h
+++ b/trace-cmd.h
@@ -54,6 +54,7 @@ enum {
54#define TS_SHIFT 27 54#define TS_SHIFT 27
55#endif 55#endif
56 56
57void tracecmd_record_ref(struct record *record);
57void free_record(struct record *record); 58void free_record(struct record *record);
58 59
59struct tracecmd_input; 60struct tracecmd_input;