Declare functions before usage

This commit is contained in:
Yann Diorcet 2012-09-13 14:39:03 +02:00
parent 5e97c0c7e7
commit ecc70d6ecb
2 changed files with 8 additions and 0 deletions

View file

@ -29,6 +29,8 @@
@synthesize cancelButton;
static void sync_address_book (ABAddressBookRef addressBook, CFDictionaryRef info, void *context);
#pragma mark - Lifecycle Functions
- (id)init {

View file

@ -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;