move slinfactory structure definition back to header... it's just easier to use this way

add infrastructure for whispering onto a channel


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@38422 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Kevin P. Fleming
2006-07-28 18:59:59 +00:00
parent 48c09ef517
commit 3314ea0d59
6 changed files with 134 additions and 25 deletions

View File

@@ -359,7 +359,7 @@ struct ast_frame *ast_frisolate(struct ast_frame *fr)
return out;
}
struct ast_frame *ast_frdup(struct ast_frame *f)
struct ast_frame *ast_frdup(const struct ast_frame *f)
{
struct ast_frame *out;
int len, srclen = 0;