mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-07 14:18:25 +00:00
Declare functions before usage
This commit is contained in:
parent
5e97c0c7e7
commit
ecc70d6ecb
2 changed files with 8 additions and 0 deletions
|
|
@ -29,6 +29,8 @@
|
|||
@synthesize cancelButton;
|
||||
|
||||
|
||||
static void sync_address_book (ABAddressBookRef addressBook, CFDictionaryRef info, void *context);
|
||||
|
||||
#pragma mark - Lifecycle Functions
|
||||
|
||||
- (id)init {
|
||||
|
|
|
|||
|
|
@ -35,6 +35,12 @@
|
|||
#include "lpconfig.h"
|
||||
|
||||
|
||||
static void audioRouteChangeListenerCallback (
|
||||
void *inUserData, // 1
|
||||
AudioSessionPropertyID inPropertyID, // 2
|
||||
UInt32 inPropertyValueSize, // 3
|
||||
const void *inPropertyValue // 4
|
||||
);
|
||||
static LinphoneCore* theLinphoneCore = nil;
|
||||
static LinphoneManager* theLinphoneManager = nil;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue