mirror of
https://github.com/asterisk/asterisk.git
synced 2026-07-23 07:54:50 -07:00
44f24f6c0f
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
7 lines
56 B
Plaintext
7 lines
56 B
Plaintext
{
|
|
global:
|
|
LINKER_SYMBOL_PREFIXast_*;
|
|
local:
|
|
*;
|
|
};
|