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
2d6dc652
Commit
2d6dc652
authored
Oct 14, 2015
by
Gautier Pelloux-Prayer
Browse files
private.h: remove linphone_core_set_as_current_call since it is not implemented anymore
parent
de86633a
Changes
1
Hide whitespace changes
Inline
Side-by-side
coreapi/private.h
View file @
2d6dc652
...
...
@@ -938,7 +938,6 @@ void linphone_tunnel_enable_logs_with_handler(LinphoneTunnel *tunnel, bool_t ena
bool_t
linphone_core_can_we_add_call
(
LinphoneCore
*
lc
);
int
linphone_core_add_call
(
LinphoneCore
*
lc
,
LinphoneCall
*
call
);
int
linphone_core_del_call
(
LinphoneCore
*
lc
,
LinphoneCall
*
call
);
int
linphone_core_set_as_current_call
(
LinphoneCore
*
lc
,
LinphoneCall
*
call
);
int
linphone_core_get_calls_nb
(
const
LinphoneCore
*
lc
);
void
linphone_core_set_state
(
LinphoneCore
*
lc
,
LinphoneGlobalState
gstate
,
const
char
*
message
);
...
...
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