mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-08 19:08:14 +00:00
Merged revisions 44809 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r44809 | pcadach | 2006-10-10 23:44:54 +0700 (Втр, 10 Окт 2006) | 1 line CHANNEL() function sometime mix parameter and value ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@47718 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -4193,7 +4193,7 @@ int ast_tonepair(struct ast_channel *chan, int freq1, int freq2, int duration, i
|
||||
return 0;
|
||||
}
|
||||
|
||||
ast_group_t ast_get_group(char *s)
|
||||
ast_group_t ast_get_group(const char *s)
|
||||
{
|
||||
char *piece;
|
||||
char *c;
|
||||
|
||||
Reference in New Issue
Block a user