mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Fix wrong exported functions
The internal functions (as alias of 0.9.0rc4 variants) must be exported but they were wrongly listed in Versions file. Fixed the function names now.
This commit is contained in:
parent
676913bcdb
commit
b2f43ced1c
1 changed files with 2 additions and 2 deletions
|
|
@ -7,8 +7,8 @@ ALSA_0.9 {
|
|||
@SYMBOL_PREFIX@_snd_*_poll_descriptor;
|
||||
@SYMBOL_PREFIX@_snd_pcm_hook_*;
|
||||
|
||||
@SYMBOL_PREFIX@__snd_hw_params_*;
|
||||
@SYMBOL_PREFIX@__snd_hw_params_*;
|
||||
@SYMBOL_PREFIX@__snd_pcm_hw_params_*;
|
||||
@SYMBOL_PREFIX@__snd_pcm_sw_params_*;
|
||||
@SYMBOL_PREFIX@__snd_*_dlsym_*;
|
||||
|
||||
local:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue