aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmo-bts/logging.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmo-bts/logging.h')
-rw-r--r--include/osmo-bts/logging.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/osmo-bts/logging.h b/include/osmo-bts/logging.h
index 68f379c7..852c3836 100644
--- a/include/osmo-bts/logging.h
+++ b/include/osmo-bts/logging.h
@@ -25,8 +25,6 @@ enum {
extern const struct log_info bts_log_info;
-int bts_log_init(const char *category_mask);
-
/* LOGP with gsm_time prefix */
#define LOGPGT(ss, lvl, gt, fmt, args...) \
LOGP(ss, lvl, "%s " fmt, osmo_dump_gsmtime(gt), ## args)