mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-13 13:28:34 +00:00
Make groups be 64-bits (bug #3351, with mods)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4803 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -153,6 +153,3 @@ extern int ast_pthread_create(pthread_t *thread, pthread_attr_t *attr, void *(*s
|
||||
extern char *ast_strcasestr(const char *, const char *);
|
||||
|
||||
#endif
|
||||
|
||||
/* print call- and pickup groups into buffer */
|
||||
char *ast_print_group(char *buf, int buflen, unsigned int group);
|
||||
|
||||
Reference in New Issue
Block a user