blob: 55b1bbd88552961fe5634fcc669e816242602dd5 [file] [log] [blame]
Neels Hofmeyrba0762d2018-09-10 13:56:03 +02001#pragma once
2
3/*! \defgroup logging_internal Osmocom logging internals
4 * @{
5 * \file logging_internal.h */
6
7#include <osmocom/core/utils.h>
8
9extern void *tall_log_ctx;
10extern const struct log_info *osmo_log_info;
11
12void assert_loginfo(const char *src);
13
14/*! @} */