aboutsummaryrefslogtreecommitdiffstats
path: root/src/rlc.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-07-02 14:48:44 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-07-02 14:48:44 +0200
commit35cc1c0ff33b36392577f09164b44ec9091693b1 (patch)
treed93c157756cc11f6fd34e2485b4fcc694f5780b2 /src/rlc.h
parentf3405e5b0342362d5d592f013014847a4dc135d8 (diff)
misc: Do not mix struct/class in the forward declaration
Diffstat (limited to 'src/rlc.h')
-rw-r--r--src/rlc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rlc.h b/src/rlc.h
index 17a1360b..7bea8a1c 100644
--- a/src/rlc.h
+++ b/src/rlc.h
@@ -25,7 +25,7 @@
#define RLC_MAX_WS 64 /* max window size */
#define RLC_MAX_LEN 54 /* CS-4 including spare bits */
-class BTS;
+struct BTS;
struct gprs_rlc_v_n;
/* The state of a BSN in the send/receive window */