From a232d8e060566fdcaaaa89eebc493fba0c0423b2 Mon Sep 17 00:00:00 2001 From: James Golovich Date: Fri, 27 Feb 2004 06:15:49 +0000 Subject: 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 --- include/asterisk/channel.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/asterisk/channel.h') diff --git a/include/asterisk/channel.h b/include/asterisk/channel.h index 71043ea7c..24699a7d9 100755 --- a/include/asterisk/channel.h +++ b/include/asterisk/channel.h @@ -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 -- cgit v1.2.3