Commit d30274d4 authored by diego's avatar diego

Mark http_log() as static; it is only used in this file.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21017 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent f7623706
......@@ -344,7 +344,7 @@ static void http_vlog(const char *fmt, va_list vargs)
}
}
void __attribute__ ((format (printf, 1, 2))) http_log(const char *fmt, ...)
static void __attribute__ ((format (printf, 1, 2))) http_log(const char *fmt, ...)
{
va_list vargs;
va_start(vargs, fmt);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment