mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-02 11:58:40 +00:00
Remove the old stub files, preferring the optional_api method.
(closes issue #17475) Reported by: tilghman Review: https://reviewboard.asterisk.org/r/695/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@276490 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1,6 +1,14 @@
|
||||
{
|
||||
ast_agi_*;
|
||||
ast_pktccops_*;
|
||||
ast_smdi_*;
|
||||
ast_monitor_*;
|
||||
*ast_adsi_*;
|
||||
*ast_agi_*;
|
||||
*ast_pktccops_*;
|
||||
*ast_smdi_*;
|
||||
*ast_monitor_*;
|
||||
*ast_key_get;
|
||||
*ast_check_signature;
|
||||
*ast_check_signature_bin;
|
||||
*ast_sign;
|
||||
*ast_sign_bin;
|
||||
*ast_encrypt_bin;
|
||||
*ast_decrypt_bin;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user