Move ast_get_group from res_parking.c to channel.c

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2263 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
James Golovich
2004-02-27 06:15:49 +00:00
parent cf854246fa
commit a232d8e060
4 changed files with 35 additions and 36 deletions

View File

@@ -843,6 +843,8 @@ static inline int ast_select(int nfds, fd_set *rfds, fd_set *wfds, fd_set *efds,
c->blocking = -1; \
} }
extern unsigned int ast_get_group(char *s);
#if defined(__cplusplus) || defined(c_plusplus)
}
#endif