aboutsummaryrefslogtreecommitdiffstats
path: root/src/rlc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rlc.h')
-rw-r--r--src/rlc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rlc.h b/src/rlc.h
index 09712fe4..9d782803 100644
--- a/src/rlc.h
+++ b/src/rlc.h
@@ -29,6 +29,7 @@ class BTS;
struct gprs_rlc_data {
uint8_t *prepare(size_t block_data_length);
+ void put_data(const uint8_t *data, size_t len);
/* block history */
uint8_t block[RLC_MAX_LEN];