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
2d40dd71
Commit
2d40dd71
authored
Mar 14, 2017
by
Sylvain Berfini
🐮
Browse files
Also fixed global state changed cb type in implementation
parent
b35e24aa
Changes
1
Hide whitespace changes
Inline
Side-by-side
coreapi/linphonecore.c
View file @
2d40dd71
...
...
@@ -173,7 +173,7 @@ LinphoneCoreCbs *linphone_core_get_current_callbacks(const LinphoneCore *lc) {
return
lc
->
current_cbs
;
}
void
linphone_core_cbs_set_global_state_changed
(
LinphoneCoreCbs
*
cbs
,
LinphoneCoreGlobalStateChangedCb
cb
)
{
void
linphone_core_cbs_set_global_state_changed
(
LinphoneCoreCbs
*
cbs
,
LinphoneCore
Cbs
GlobalStateChangedCb
cb
)
{
cbs
->
vtable
->
global_state_changed
=
cb
;
}
...
...
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