summaryrefslogtreecommitdiff
path: root/include/asterisk/pbx.h
diff options
context:
space:
mode:
authorOlle Johansson <oej@edvina.net>2008-07-06 08:28:58 +0000
committerOlle Johansson <oej@edvina.net>2008-07-06 08:28:58 +0000
commit6f400edeab489dcdc3074dfe5a1c17cf5722386a (patch)
tree4e9f2c6aa97bd7eba5873402323bc67e7631204d /include/asterisk/pbx.h
parentbc99e067e6ddde1d266f9318f020253eaa57039e (diff)
Changing name of global api call to ast_*
My mistake, pointed out by Russell. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@128378 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include/asterisk/pbx.h')
-rw-r--r--include/asterisk/pbx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asterisk/pbx.h b/include/asterisk/pbx.h
index bfa9d3bc9..2fdb5b396 100644
--- a/include/asterisk/pbx.h
+++ b/include/asterisk/pbx.h
@@ -999,7 +999,7 @@ struct ast_exten *pbx_find_extension(struct ast_channel *chan,
const char *label, const char *callerid, enum ext_match_t action);
/*! \brief Function in pbx.c that propably should be somewhere else, but not in res_agi, since it's a loadable module */
-const char *agi_state(struct ast_channel *chan);
+const char *ast_agi_state(struct ast_channel *chan);
/* every time a write lock is obtained for contexts,