mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-15 22:38:08 +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:
@@ -69,8 +69,9 @@ typedef struct agi_command {
|
||||
*
|
||||
* \param mod Pointer to the module_info structure for the module that is registering the command
|
||||
* \param cmd Pointer to the descriptor for the command
|
||||
* \return 1 on success, 0 if the command is already registered
|
||||
*
|
||||
* \retval 1 on success
|
||||
* \retval 0 the command is already registered
|
||||
* \retval AST_OPTIONAL_API_UNAVAILABLE the module is not loaded.
|
||||
*/
|
||||
AST_OPTIONAL_API(int, ast_agi_register,
|
||||
(struct ast_module *mod, agi_command *cmd),
|
||||
|
||||
Reference in New Issue
Block a user