summaryrefslogtreecommitdiffstats
path: root/include/osmocom/core/logging_internal.h
diff options
context:
space:
mode:
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 01c96ce3..2e656603 100644
--- a/include/osmocom/core/logging_internal.h
+++ b/include/osmocom/core/logging_internal.h
@@ -9,6 +9,7 @@
extern void *tall_log_ctx;
extern struct log_info *osmo_log_info;
extern const struct value_string loglevel_strs[];
+extern struct llist_head osmo_log_target_list;
void assert_loginfo(const char *src);