aboutsummaryrefslogtreecommitdiffstats
path: root/src/codec_hr.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/codec_hr.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/codec_hr.c')
-rw-r--r--src/codec_hr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/codec_hr.c b/src/codec_hr.c
index 6e5948a..7c1484e 100644
--- a/src/codec_hr.c
+++ b/src/codec_hr.c
@@ -73,7 +73,7 @@ codec_hr_decode(void *_state, uint8_t *pcm, const uint8_t *cod, unsigned int cod
#endif /* HAVE_LIBGSMHR */
-const struct codec_desc codec_hr_desc = {
+const struct osmo_gapk_codec_desc codec_hr_desc = {
.type = CODEC_HR,
.name = "hr",
.description = "GSM 06.20 Half Rate codec",