Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
liblinphone
Commits
049436e8
Commit
049436e8
authored
Mar 28, 2013
by
Sylvain Berfini
🐮
Browse files
Added exports
parent
73763d05
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
coreapi/linphonecore.h
coreapi/linphonecore.h
+5
-5
No files found.
coreapi/linphonecore.h
View file @
049436e8
...
...
@@ -1238,11 +1238,11 @@ void linphone_core_set_rtp_no_xmit_on_audio_mute(LinphoneCore *lc, bool_t val);
/* returns a list of LinphoneCallLog */
const
MSList
*
linphone_core_get_call_logs
(
LinphoneCore
*
lc
);
void
linphone_core_clear_call_logs
(
LinphoneCore
*
lc
);
int
linphone_core_get_missed_calls_count
(
LinphoneCore
*
lc
);
void
linphone_core_reset_missed_calls_count
(
LinphoneCore
*
lc
);
void
linphone_core_remove_call_log
(
LinphoneCore
*
lc
,
LinphoneCallLog
*
call_log
);
LINPHONE_PUBLIC
const
MSList
*
linphone_core_get_call_logs
(
LinphoneCore
*
lc
);
LINPHONE_PUBLIC
void
linphone_core_clear_call_logs
(
LinphoneCore
*
lc
);
LINPHONE_PUBLIC
int
linphone_core_get_missed_calls_count
(
LinphoneCore
*
lc
);
LINPHONE_PUBLIC
void
linphone_core_reset_missed_calls_count
(
LinphoneCore
*
lc
);
LINPHONE_PUBLIC
void
linphone_core_remove_call_log
(
LinphoneCore
*
lc
,
LinphoneCallLog
*
call_log
);
/* video support */
bool_t
linphone_core_video_supported
(
LinphoneCore
*
lc
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment