Documentation/git-remote.txt: stress that set-url is not for triangular
[gitweb.git] / trace.h
diff --git a/trace.h b/trace.h
index c843e681a76642c2b69290f9a38168441167501e..ae6a3329470cae428bb0864e51b14ea42078b182 100644 (file)
--- a/trace.h
+++ b/trace.h
@@ -17,6 +17,7 @@ extern void trace_repo_setup(const char *prefix);
 extern int trace_want(struct trace_key *key);
 extern void trace_disable(struct trace_key *key);
 extern uint64_t getnanotime(void);
+extern void trace_command_performance(const char **argv);
 
 #ifndef HAVE_VARIADIC_MACROS