aboutsummaryrefslogtreecommitdiffstats
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.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/include/osmocom/core/logging_internal.h b/include/osmocom/core/logging_internal.h
new file mode 100644
index 00000000..a510f83e
--- /dev/null
+++ b/include/osmocom/core/logging_internal.h
@@ -0,0 +1,15 @@
+#pragma once
+
+/*! \defgroup logging_internal Osmocom logging internals
+ * @{
+ * \file logging_internal.h */
+
+#include <osmocom/core/utils.h>
+
+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);
+
+/*! @} */