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.h14
1 files changed, 14 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..55b1bbd8
--- /dev/null
+++ b/include/osmocom/core/logging_internal.h
@@ -0,0 +1,14 @@
+#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;
+
+void assert_loginfo(const char *src);
+
+/*! @} */