summaryrefslogtreecommitdiffstats
path: root/include/osmocom/core/logging_internal.h
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2018-09-11 23:49:13 +0200
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2018-09-13 15:46:55 +0000
commit098038ab181a24d6050413a409b1bcb327d21ea6 (patch)
treebdf19b32bf965f76146a0bddfcf5613a9f8a94f4 /include/osmocom/core/logging_internal.h
parent7e0686c6b4b456ec4e6e15689694b1bcf96c301f (diff)
logging vty: write: check logging levels validity
Change-Id: If683b1272ad2d5b402b91c52c496aa7975bc6315
Diffstat (limited to 'include/osmocom/core/logging_internal.h')
-rw-r--r--include/osmocom/core/logging_internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/osmocom/core/logging_internal.h b/include/osmocom/core/logging_internal.h
index 55b1bbd8..a510f83e 100644
--- a/include/osmocom/core/logging_internal.h
+++ b/include/osmocom/core/logging_internal.h
@@ -8,6 +8,7 @@
extern void *tall_log_ctx;
extern const struct log_info *osmo_log_info;
+extern const struct value_string loglevel_strs[];
void assert_loginfo(const char *src);