From f3b7770abb691cfa4fc39ec4a34337caa520bc36 Mon Sep 17 00:00:00 2001 From: Liong Sauw Ming Date: Wed, 21 Sep 2011 11:21:33 +0000 Subject: Re #1266: Fixed build error in non-Windows platform. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@3764 74dad513-b988-da41-8d7b-12977e46ad98 --- pjsip/include/pjsua-lib/pjsua_internal.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pjsip/include') diff --git a/pjsip/include/pjsua-lib/pjsua_internal.h b/pjsip/include/pjsua-lib/pjsua_internal.h index 2a2dc095..5c3dd34d 100644 --- a/pjsip/include/pjsua-lib/pjsua_internal.h +++ b/pjsip/include/pjsua-lib/pjsua_internal.h @@ -37,7 +37,7 @@ typedef struct pjsua_call_media pjsua_call_media; /** * Call's media stream. */ -typedef struct pjsua_call_media +struct pjsua_call_media { pjsua_call *call; /**< Parent call. */ pjmedia_type type; /**< Media type. */ @@ -93,7 +93,7 @@ typedef struct pjsua_call_media pj_status_t (*med_create_cb)(pjsua_call_media *call_med, pj_status_t status, int security_level, int *sip_err_code); -} pjsua_call_media; +}; /** * Maximum number of SDP "m=" lines to be supported. -- cgit v1.2.3