aboutsummaryrefslogtreecommitdiffstats
path: root/trace-local.h
diff options
context:
space:
mode:
Diffstat (limited to 'trace-local.h')
-rw-r--r--trace-local.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/trace-local.h b/trace-local.h
index 4e44238..2c3d702 100644
--- a/trace-local.h
+++ b/trace-local.h
@@ -30,6 +30,8 @@ typedef unsigned long long u64;
30 30
31void usage(char **argv); 31void usage(char **argv);
32 32
33extern int silence_warnings;
34
33struct tracecmd_input *read_trace_header(void); 35struct tracecmd_input *read_trace_header(void);
34int read_trace_files(void); 36int read_trace_files(void);
35 37