Fixed vargs strings in log

This commit is contained in:
James Booth
2012-09-09 16:23:33 +01:00
parent c07afbed99
commit 0f3c1e56d2
2 changed files with 19 additions and 14 deletions

View File

@@ -39,6 +39,6 @@ void log_info(const char * const msg, ...);
void log_warning(const char * const msg, ...);
void log_error(const char * const msg, ...);
void log_msg(log_level_t level, const char * const area,
const char * const msg, ...);
const char * const msg);
#endif