mirror of https://github.com/asterisk/asterisk
https://origsvn.digium.com/svn/asterisk/branches/1.8 ........ r318351 | rmudgett | 2011-05-09 18:15:32 -0500 (Mon, 09 May 2011) | 6 lines Remove references to res_features and its export file. The contents of res/res_features.c was moved to into main/features.c awhile ago. There is no longer any need for the res/Makefile to reference res_features or the res_features linker exports file to exist. ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@318352 65c4cc65-6c06-0410-ace0-fbb531ad65f310-digiumphones
parent
bf57bb3c89
commit
0886204011
@ -1,13 +0,0 @@
|
||||
{
|
||||
global:
|
||||
LINKER_SYMBOL_PREFIXast_bridge_call;
|
||||
LINKER_SYMBOL_PREFIXast_masq_park_call;
|
||||
LINKER_SYMBOL_PREFIXast_park_call;
|
||||
LINKER_SYMBOL_PREFIXast_parking_ext;
|
||||
LINKER_SYMBOL_PREFIXast_pickup_call;
|
||||
LINKER_SYMBOL_PREFIXast_pickup_ext;
|
||||
LINKER_SYMBOL_PREFIXast_register_feature;
|
||||
LINKER_SYMBOL_PREFIXast_unregister_feature;
|
||||
local:
|
||||
*;
|
||||
};
|
Loading…
Reference in new issue