mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-07 14:18:25 +00:00
fix compilation - move declaration
git-svn-id: svn+ssh://svn.savannah.nongnu.org/linphone/trunk@731 3f6dc0c8-ddfe-455d-9043-3cd528dc4637
This commit is contained in:
parent
745a21bf23
commit
ad578233bc
1 changed files with 1 additions and 1 deletions
|
|
@ -213,13 +213,13 @@ mblk_t *rtp_getq_permissive(queue_t *q,uint32_t timestamp, int *rejected)
|
|||
void
|
||||
rtp_session_init (RtpSession * session, int mode)
|
||||
{
|
||||
JBParameters jbp;
|
||||
if (session == NULL)
|
||||
{
|
||||
ortp_debug("rtp_session_init: Invalid paramter (session=NULL)");
|
||||
return;
|
||||
}
|
||||
|
||||
JBParameters jbp;
|
||||
memset (session, 0, sizeof (RtpSession));
|
||||
session->mode = (RtpSessionMode) mode;
|
||||
if ((mode == RTP_SESSION_RECVONLY) || (mode == RTP_SESSION_SENDRECV))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue