aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmo-bts/bts.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2011-09-19 20:46:51 +0200
committerHarald Welte <laforge@gnumonks.org>2011-09-19 20:46:51 +0200
commitc373448e03f12f8f7e5da1d894d63d7bc79eef4a (patch)
tree6bda0129c64c4ef49c450355783703dc633cfb52 /include/osmo-bts/bts.h
parent7899dc5fcfa49febd50cb113cc8ef45f32dacc9d (diff)
fix various compiler warnings across the code
this deals with unused cocde, unused variables and undeclared symbols in various places.
Diffstat (limited to 'include/osmo-bts/bts.h')
-rw-r--r--include/osmo-bts/bts.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/osmo-bts/bts.h b/include/osmo-bts/bts.h
index 92be011c..c9abb9e5 100644
--- a/include/osmo-bts/bts.h
+++ b/include/osmo-bts/bts.h
@@ -25,6 +25,7 @@ struct msgb *bts_agch_dequeue(struct gsm_bts *bts);
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);
#endif /* _BTS_H */