mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
CHANNEL() function sometime mix parameter and value
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@44809 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1303,7 +1303,7 @@ static inline int ast_select(int nfds, fd_set *rfds, fd_set *wfds, fd_set *efds,
|
||||
ast_set_flag(c, AST_FLAG_BLOCKING); \
|
||||
} }
|
||||
|
||||
ast_group_t ast_get_group(char *s);
|
||||
ast_group_t ast_get_group(const char *s);
|
||||
|
||||
/*! \brief print call- and pickup groups into buffer */
|
||||
char *ast_print_group(char *buf, int buflen, ast_group_t group);
|
||||
|
Reference in New Issue
Block a user