aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/core/logging.h
diff options
context:
space:
mode:
authorEric <ewild@sysmocom.de>2023-03-07 14:22:56 +0100
committerEric <ewild@sysmocom.de>2023-03-07 14:27:59 +0100
commit8c505c12b24609ff5d474f49a2900aec7f400ca2 (patch)
tree470d7b01a55288f747a9c78b1cd58a23ab84e912 /include/osmocom/core/logging.h
parent573f2fa1b37ce1f124963622b1835fb7c6ebc625 (diff)
logging: remove log_initialized(void)
This function does not exist, and was apparently accidentally added (?) to the header. Change-Id: I479ef8484506ff27918df9fbf6cbeda8b304bbaa
Diffstat (limited to 'include/osmocom/core/logging.h')
-rw-r--r--include/osmocom/core/logging.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/osmocom/core/logging.h b/include/osmocom/core/logging.h
index 5ae38c75..755564d3 100644
--- a/include/osmocom/core/logging.h
+++ b/include/osmocom/core/logging.h
@@ -399,7 +399,6 @@ void logp2(int subsys, unsigned int level, const char *file,
__attribute__ ((format (printf, 6, 7)));
void logp_stub(const char *file, int line, int cont, const char *format, ...);
int log_init(const struct log_info *inf, void *talloc_ctx);
-int log_initialized(void);
void log_fini(void);
int log_check_level(int subsys, unsigned int level);