summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2006-09-20 04:45:45 +0000
committerKevin P. Fleming <kpfleming@digium.com>2006-09-20 04:45:45 +0000
commitea399862c4d96cc7ff58fa5bbc317864bdde6c2a (patch)
treea0dc0b35389a0c6450e645789d023a4d05641008 /include
parent41d3e99e2843717440f9a65024ff949fc5aedebd (diff)
move more API into the ast_ namespace
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43310 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include')
-rw-r--r--include/asterisk/agi.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asterisk/agi.h b/include/asterisk/agi.h
index 226041173..5a0edc83f 100644
--- a/include/asterisk/agi.h
+++ b/include/asterisk/agi.h
@@ -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)
}