Major PBX revamps (including labels, update examples)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3886 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer
2004-10-03 04:19:59 +00:00
parent 34988d1ce9
commit fce17976e9
23 changed files with 404 additions and 286 deletions

View File

@@ -462,7 +462,7 @@ static struct ast_channel *local_new(struct local_pvt *p, int state)
}
static struct ast_channel *local_request(char *type, int format, void *data)
static struct ast_channel *local_request(const char *type, int format, void *data)
{
struct local_pvt *p;
struct ast_channel *chan = NULL;