mirror of
https://github.com/asterisk/asterisk.git
synced 2026-07-19 01:45:25 -07:00
62282bb8ce
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:
|
|
*;
|
|
};
|