diff options
Diffstat (limited to 'tools/perf/util/string2.h')
-rw-r--r-- | tools/perf/util/string2.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/perf/util/string2.h b/tools/perf/util/string2.h index ee14ca5451ab..4c68a09b97e8 100644 --- a/tools/perf/util/string2.h +++ b/tools/perf/util/string2.h | |||
@@ -39,5 +39,7 @@ static inline char *asprintf_expr_not_in_ints(const char *var, size_t nints, int | |||
39 | return asprintf_expr_inout_ints(var, false, nints, ints); | 39 | return asprintf_expr_inout_ints(var, false, nints, ints); |
40 | } | 40 | } |
41 | 41 | ||
42 | char *strpbrk_esc(char *str, const char *stopset); | ||
43 | char *strdup_esc(const char *str); | ||
42 | 44 | ||
43 | #endif /* PERF_STRING_H */ | 45 | #endif /* PERF_STRING_H */ |