logging: remove log_initialized(void)

This function does not exist, and was apparently accidentally added (?)
to the header.

Change-Id: I479ef8484506ff27918df9fbf6cbeda8b304bbaa
This commit is contained in:
Eric Wild 2023-03-07 14:22:56 +01:00
parent 573f2fa1b3
commit 8c505c12b2
1 changed files with 0 additions and 1 deletions

View File

@ -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);