aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmo-bts/bts.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2012-12-18 23:58:00 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2012-12-20 19:01:27 +0100
commit8d8ff80890ef6538b0340311b1bb3fc58e9c7e8d (patch)
tree4bb21ced4797a882853062402babc62f76346529 /include/osmo-bts/bts.h
parent6f93861cfc161a0b3c5780ca61e4fe8fcdadb611 (diff)
misc: Forward declare the load_timer_start to address compiler warning
Diffstat (limited to 'include/osmo-bts/bts.h')
-rw-r--r--include/osmo-bts/bts.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/osmo-bts/bts.h b/include/osmo-bts/bts.h
index 29c1663b..583c1eb1 100644
--- a/include/osmo-bts/bts.h
+++ b/include/osmo-bts/bts.h
@@ -25,5 +25,7 @@ uint8_t *bts_sysinfo_get(struct gsm_bts *bts, struct gsm_time *g_time);
uint8_t *lchan_sacch_get(struct gsm_lchan *lchan, struct gsm_time *g_time);
int lchan_init_lapdm(struct gsm_lchan *lchan);
+void load_timer_start(struct gsm_bts *bts);
+
#endif /* _BTS_H */