From b31e96bcd6443b69c270fe1db7ee62bbb00c0a7e Mon Sep 17 00:00:00 2001 From: oej Date: Sun, 6 Jul 2008 08:28:58 +0000 Subject: Changing name of global api call to ast_* My mistake, pointed out by Russell. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@128378 f38db490-d61c-443f-a65b-d21fe96a405b --- include/asterisk/pbx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/asterisk/pbx.h') 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, -- cgit v1.2.3