mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-13 00:04:53 +00:00
Merged revisions 43314 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r43314 | kpfleming | 2006-09-20 00:08:05 -0500 (Wed, 20 Sep 2006) | 2 lines make some more functions static ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43315 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -223,7 +223,7 @@ static struct robin_list *robin = NULL;
|
||||
|
||||
|
||||
|
||||
struct ast_frame *process_ast_dsp(struct chan_list *tmp, struct ast_frame *frame);
|
||||
static struct ast_frame *process_ast_dsp(struct chan_list *tmp, struct ast_frame *frame);
|
||||
|
||||
|
||||
|
||||
@@ -2376,7 +2376,7 @@ static int misdn_hangup(struct ast_channel *ast)
|
||||
}
|
||||
|
||||
|
||||
struct ast_frame *process_ast_dsp(struct chan_list *tmp, struct ast_frame *frame)
|
||||
static struct ast_frame *process_ast_dsp(struct chan_list *tmp, struct ast_frame *frame)
|
||||
{
|
||||
struct ast_frame *f,*f2;
|
||||
|
||||
|
Reference in New Issue
Block a user