aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/quote.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/util/quote.h')
-rw-r--r--tools/perf/util/quote.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/util/quote.h b/tools/perf/util/quote.h
index 172889ea234f..3340c9c4a6ca 100644
--- a/tools/perf/util/quote.h
+++ b/tools/perf/util/quote.h
@@ -24,6 +24,6 @@
* sq_quote() in a real application.
*/
-extern void sq_quote_argv(struct strbuf *, const char **argv, size_t maxlen);
+void sq_quote_argv(struct strbuf *, const char **argv, size_t maxlen);
#endif /* __PERF_QUOTE_H */