mirror of
https://github.com/asterisk/asterisk.git
synced 2025-08-16 11:14:52 +00:00
res_odbc.exports.in was missing a few symbols. Changed to wildcards. Change-Id: Ieadd76df24e43ea92577f651d478a0f7b742c30c
8 lines
96 B
Plaintext
8 lines
96 B
Plaintext
{
|
|
global:
|
|
LINKER_SYMBOL_PREFIXast_odbc_*;
|
|
LINKER_SYMBOL_PREFIX_ast_odbc_*;
|
|
local:
|
|
*;
|
|
};
|