]> Pileus Git - ~andy/git/blobdiff - trace.c
Makefile: Fix compilation of Windows resource file
[~andy/git] / trace.c
diff --git a/trace.c b/trace.c
index 3d744d1d4d93e7d4770ce858a7d5aee1c955a82b..08180a90bc0074f821e5f2e05988e27c174be39f 100644 (file)
--- a/trace.c
+++ b/trace.c
@@ -76,7 +76,7 @@ static void trace_vprintf(const char *key, const char *fmt, va_list ap)
 }
 
 __attribute__((format (printf, 2, 3)))
-static void trace_printf_key(const char *key, const char *fmt, ...)
+void trace_printf_key(const char *key, const char *fmt, ...)
 {
        va_list ap;
        va_start(ap, fmt);