summaryrefslogtreecommitdiff
path: root/pjlib/include/pj/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'pjlib/include/pj/log.h')
-rw-r--r--pjlib/include/pj/log.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pjlib/include/pj/log.h b/pjlib/include/pj/log.h
index 4d28abec..3b9e3afe 100644
--- a/pjlib/include/pj/log.h
+++ b/pjlib/include/pj/log.h
@@ -177,7 +177,7 @@ PJ_DECL(void) pj_log_set_level(int level);
#if 0
PJ_DECL(int) pj_log_get_level(void);
#else
-PJ_DECL(int) pj_log_max_level;
+extern int pj_log_max_level;
#define pj_log_get_level() pj_log_max_level
#endif