aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-09-20 04:45:45 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-09-20 04:45:45 +0000
commit7b3a5c9a1aa3e56b5c8a210246e401d488eb01f8 (patch)
treea0dc0b35389a0c6450e645789d023a4d05641008 /include
parente0ebc65f742994df12c4e60e85868bd9a66175e0 (diff)
move more API into the ast_ namespace
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43310 f38db490-d61c-443f-a65b-d21fe96a405b
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)
}