]> git.alsa-project.org Git - alsa-lib.git/commit
conf: fix the export of safe_strto* functions from libasound
authorJaroslav Kysela <perex@perex.cz>
Sat, 1 Jan 2022 18:18:25 +0000 (19:18 +0100)
committerJaroslav Kysela <perex@perex.cz>
Sat, 1 Jan 2022 18:26:48 +0000 (19:26 +0100)
commitc687c482107f746332dd18f7407f6c6efbffccb2
treed3b7f9c7029f8efccc5c2b523694e62422cc540d
parent47252054b4a2d5c8382cb1342f5d4eb89dabf95f
conf: fix the export of safe_strto* functions from libasound

Only one library should define the safe_strto function. Export it
correctly and add _snd_ prefix to avoid possible clashes with the other
application code.

Fixes: 47252054 ("src/topology/parser.c: drop duplicate safe_strtol_base")
Fixes: https://github.com/alsa-project/alsa-lib/pull/208
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
include/local.h
src/Versions.in
src/conf.c