aboutsummaryrefslogtreecommitdiffstats
path: root/src/llc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/llc.h')
-rw-r--r--src/llc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/llc.h b/src/llc.h
index 43c027e1..040ea623 100644
--- a/src/llc.h
+++ b/src/llc.h
@@ -34,7 +34,6 @@ struct gprs_llc {
void enqueue(struct msgb *llc_msg);
struct msgb *dequeue();
- void update_frame(struct msgb *msg);
void put_frame(const uint8_t *data, size_t len);
void consume(uint8_t *data, size_t len);
void clear(BTS *bts);