fix compilation errors

This commit is contained in:
Simon Morlat 2014-11-04 18:43:42 +01:00
parent c63bf0ee9e
commit b3871b37b3
2 changed files with 4 additions and 2 deletions

@ -1 +1 @@
Subproject commit b37fdd869e17c70ae2683ef1fc09231094c52f4a
Subproject commit cefa09edff80c2a1eacbee523979beaa763a21e9

View file

@ -26,9 +26,11 @@
extern char *strptime(char*, char*, struct tm*);
LinphoneCoreManager* setup(bool_t enable_logs) {
linphone_core_enable_log_collection(enable_logs);
LinphoneCoreManager *marie;
int timeout_ms = 3000;
linphone_core_enable_log_collection(enable_logs);
// linphone_core_set_log_collection_size(10);
marie = linphone_core_manager_new( "marie_rc");