diff options
Diffstat (limited to 'tools/perf/util/symbol.h')
-rw-r--r-- | tools/perf/util/symbol.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/perf/util/symbol.h b/tools/perf/util/symbol.h index 1b4192ee5300..280dadd32a08 100644 --- a/tools/perf/util/symbol.h +++ b/tools/perf/util/symbol.h | |||
@@ -51,6 +51,8 @@ struct symbol { | |||
51 | char name[0]; | 51 | char name[0]; |
52 | }; | 52 | }; |
53 | 53 | ||
54 | void symbol__delete(struct symbol *self); | ||
55 | |||
54 | struct strlist; | 56 | struct strlist; |
55 | 57 | ||
56 | struct symbol_conf { | 58 | struct symbol_conf { |