aboutsummaryrefslogtreecommitdiffstats
path: root/src/fmt_gsm.c
diff options
context:
space:
mode:
authorVadim Yanitskiy <axilirator@gmail.com>2017-08-31 17:22:56 +0700
committerVadim Yanitskiy <axilirator@gmail.com>2017-08-31 18:24:59 +0700
commitf5d00d8516ba589ab4bf289f04e8685031bf5031 (patch)
tree330d61924968e08e419f47ffe6a05c57c74e5b13 /src/fmt_gsm.c
parentaad0a4d3cb62da0714f7bd895dd637e34f067a09 (diff)
Add an 'osmo_gapk' prefix to the exposed symbols
To avoid a naming conflict between libosmogapk and other projects during linkage, all the exposed symbols should have an unique prefix. Let's use 'osmo_gapk' for that.
Diffstat (limited to 'src/fmt_gsm.c')
-rw-r--r--src/fmt_gsm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fmt_gsm.c b/src/fmt_gsm.c
index 1963692..e97ac9b 100644
--- a/src/fmt_gsm.c
+++ b/src/fmt_gsm.c
@@ -54,7 +54,7 @@ gsm_to_canon(uint8_t *dst, const uint8_t *src, unsigned int src_len)
return FR_CANON_LEN;
}
-const struct format_desc fmt_gsm = {
+const struct osmo_gapk_format_desc fmt_gsm = {
.type = FMT_GSM,
.codec_type = CODEC_FR,
.name = "gsm",