Files
asterisk/res/res_speech.exports.in
T
Richard Mudgett 44f24f6c0f app_speech_utils: Fix unresolved symbol ast_speech_get_setting().
Fixes regression introduced by -r374096.

* Made res_speech.export.in export ast_* symbols instead of specific
functions.

* Made app_speech_utils.c declare that it is dependent upon res_speech.

(issue ASTERISK-17136)
Reported by: Richard Kenner


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/12@399197 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2013-09-16 17:53:47 +00:00

7 lines
56 B
Plaintext

{
global:
LINKER_SYMBOL_PREFIXast_*;
local:
*;
};