trace: disable additional trace output for unit tests
[gitweb.git] / trace.h
diff --git a/trace.h b/trace.h
index d85ac4c6529ea1895a37847a009e17cbccf12735..28c10892df58602ef674d66e29d5d590726aca38 100644 (file)
--- a/trace.h
+++ b/trace.h
@@ -22,6 +22,6 @@ extern int trace_want(struct trace_key *key);
 extern void trace_disable(struct trace_key *key);
 __attribute__((format (printf, 2, 3)))
 extern void trace_printf_key(struct trace_key *key, const char *format, ...);
-extern void trace_strbuf(struct trace_key *key, const struct strbuf *buf);
+extern void trace_strbuf(struct trace_key *key, const struct strbuf *data);
 
 #endif /* TRACE_H */