summaryrefslogtreecommitdiff
path: root/include/asterisk/channel.h
diff options
context:
space:
mode:
authorJames Golovich <james@gnuinter.net>2004-02-27 06:15:49 +0000
committerJames Golovich <james@gnuinter.net>2004-02-27 06:15:49 +0000
commita232d8e060566fdcaaaa89eebc493fba0c0423b2 (patch)
tree1270b50ac008379ff718c225171242b923cc0eb7 /include/asterisk/channel.h
parentcf854246fac8f1d6404b13a5c1e02098a0f8b548 (diff)
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
Diffstat (limited to 'include/asterisk/channel.h')
-rwxr-xr-xinclude/asterisk/channel.h2
1 files changed, 2 insertions, 0 deletions
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