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:
Kevin P. Fleming
2006-09-20 04:45:45 +00:00
parent 41d3e99e28
commit ea399862c4
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -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)
}