mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-03 20:46:28 +00:00
fix compilation issue
This commit is contained in:
parent
77711fb586
commit
90ee121587
1 changed files with 2 additions and 1 deletions
|
|
@ -24,9 +24,10 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|||
#include "private.h"
|
||||
#include "offeranswer.h"
|
||||
|
||||
#ifdef ANDROID
|
||||
// Necessary to make it linked
|
||||
static void for_linker() { eXosip_transport_hook_register(NULL); }
|
||||
|
||||
#endif
|
||||
static bool_t call_failure(Sal *sal, eXosip_event_t *ev);
|
||||
|
||||
static void text_received(Sal *sal, eXosip_event_t *ev);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue