File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -1205,7 +1205,6 @@ extern void alloc_report(void);
1205
1205
/* trace.c */
1206
1206
__attribute__((format (printf , 1 , 2 )))
1207
1207
extern void trace_printf (const char * format , ...);
1208
- extern void trace_vprintf (const char * key , const char * format , va_list ap );
1209
1208
__attribute__((format (printf , 2 , 3 )))
1210
1209
extern void trace_argv_printf (const char * * argv , const char * format , ...);
1211
1210
extern void trace_repo_setup (const char * prefix );
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ static int get_trace_fd(const char *key, int *need_close)
62
62
static const char err_msg [] = "Could not trace into fd given by "
63
63
"GIT_TRACE environment variable" ;
64
64
65
- void trace_vprintf (const char * key , const char * fmt , va_list ap )
65
+ static void trace_vprintf (const char * key , const char * fmt , va_list ap )
66
66
{
67
67
struct strbuf buf = STRBUF_INIT ;
68
68
You can’t perform that action at this time.
0 commit comments