aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2020-03-08 17:37:21 +0100
committerHarald Welte <laforge@osmocom.org>2020-03-08 17:37:39 +0100
commitd8c74b81f9a1fa8a89d2e7b1a3e5cd31a9090ca3 (patch)
tree1c142ccddf1984a3d34771348a96bec6a318e706
parent6773304de8a70caa95082d29f5d84b21082421e3 (diff)
fixup depreciation warning
-rw-r--r--include/osmocom/core/gsmtap_util.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/osmocom/core/gsmtap_util.h b/include/osmocom/core/gsmtap_util.h
index d583401d..9b215be3 100644
--- a/include/osmocom/core/gsmtap_util.h
+++ b/include/osmocom/core/gsmtap_util.h
@@ -10,8 +10,8 @@
uint8_t chantype_rsl2gsmtap2(uint8_t rsl_chantype, uint8_t rsl_link_id, bool user_plane);
-uint8_t chantype_rsl2gsmtap(uint8_t rsl_chantype, uint8_t rsl_link_id);
- OSMO_DEPRECATED("Use chantype_rsl2gsmtap2() instead")
+uint8_t chantype_rsl2gsmtap(uint8_t rsl_chantype, uint8_t rsl_link_id)
+ OSMO_DEPRECATED("Use chantype_rsl2gsmtap2() instead");
void chantype_gsmtap2rsl(uint8_t gsmtap_chantype, uint8_t *rsl_chantype, uint8_t *link_id);