mirror of
https://github.com/asterisk/asterisk.git
synced 2026-07-23 16:05:30 -07:00
move more API into the ast_ namespace
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43310 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -46,8 +46,8 @@ typedef struct agi_command {
|
||||
struct agi_command *next;
|
||||
} agi_command;
|
||||
|
||||
int agi_register(agi_command *cmd);
|
||||
void agi_unregister(agi_command *cmd);
|
||||
int ast_agi_register(agi_command *cmd);
|
||||
void ast_agi_unregister(agi_command *cmd);
|
||||
|
||||
#if defined(__cplusplus) || defined(c_plusplus)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user