From db908563d058ac0178270c95f664732699027c10 Mon Sep 17 00:00:00 2001 From: Tristan Le Guern Date: Tue, 13 Oct 2015 23:16:44 +0200 Subject: [PATCH] xmpp_default_logger should be static --- src/ctx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ctx.c b/src/ctx.c index 9c82ef2..ec2b498 100644 --- a/src/ctx.c +++ b/src/ctx.c @@ -145,7 +145,7 @@ static const xmpp_log_level_t _xmpp_default_logger_levels[] = {XMPP_LEVEL_DEBUG, * @param area the area the log message is for * @param msg the log message */ -void xmpp_default_logger(void * const userdata, +static void xmpp_default_logger(void * const userdata, const xmpp_log_level_t level, const char * const area, const char * const msg)