diff options
Diffstat (limited to 'tools/perf/util/quote.h')
-rw-r--r-- | tools/perf/util/quote.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/util/quote.h b/tools/perf/util/quote.h index 3340c9c4a..e1ec19146 100644 --- a/tools/perf/util/quote.h +++ b/tools/perf/util/quote.h @@ -24,6 +24,6 @@ * sq_quote() in a real application. */ -void sq_quote_argv(struct strbuf *, const char **argv, size_t maxlen); +int sq_quote_argv(struct strbuf *, const char **argv, size_t maxlen); #endif /* __PERF_QUOTE_H */ |