include: Add proper predeclaration for struct in abis_rsl.h

We use them, so declare them. (avoid including all gsm_data.h)

Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
This commit is contained in:
Sylvain Munaut 2010-12-01 22:25:40 +01:00
parent 8a31a3fcee
commit 3f16da2032
1 changed files with 5 additions and 0 deletions

View File

@ -27,6 +27,11 @@
#include <osmocore/msgb.h>
struct gsm_bts;
struct gsm_lchan;
struct gsm_subscriber;
int rsl_bcch_info(struct gsm_bts_trx *trx, u_int8_t type,
const u_int8_t *data, int len);
int rsl_sacch_filling(struct gsm_bts_trx *trx, u_int8_t type,