Make some global variables static
[platform/core/system/dlog.git] / src / libdlog / log.c
index 815afe6..08d1e6a 100644 (file)
@@ -60,9 +60,9 @@ extern void __dlog_init_pipe(const struct log_config *conf);
 extern void __dlog_init_android(const struct log_config *conf);
 
 bool limiter;
-bool dynamic_config;
-bool plog[LOG_ID_MAX];
-bool plog_default_values[LOG_ID_MAX];
+static bool dynamic_config;
+static bool plog[LOG_ID_MAX];
+static bool plog_default_values[LOG_ID_MAX];
 
 static int debugmode;
 static int fatal_assert;