diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/osmocom/core/msgb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osmocom/core/msgb.h b/include/osmocom/core/msgb.h index b7c84221..f006b345 100644 --- a/include/osmocom/core/msgb.h +++ b/include/osmocom/core/msgb.h @@ -368,7 +368,7 @@ static inline void msgb_push_u32(struct msgb *msg, uint32_t word) osmo_store32be(word, space); } -static inline unsigned char *msgb_wrap_with_TL(struct msgb *msgb, uint8_t tag) +static inline unsigned char *msgb_push_tl(struct msgb *msgb, uint8_t tag) { uint8_t *data = msgb_push(msgb, 2); |