From 3f16da20324ba9beced33bd4b1303a7b7651e5cf Mon Sep 17 00:00:00 2001 From: Sylvain Munaut Date: Wed, 1 Dec 2010 22:25:40 +0100 Subject: [PATCH] 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 --- openbsc/include/openbsc/abis_rsl.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/openbsc/include/openbsc/abis_rsl.h b/openbsc/include/openbsc/abis_rsl.h index 0b732d9fd..309b5c646 100644 --- a/openbsc/include/openbsc/abis_rsl.h +++ b/openbsc/include/openbsc/abis_rsl.h @@ -27,6 +27,11 @@ #include +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,