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
b35e24aa
Commit
b35e24aa
authored
Mar 14, 2017
by
Sylvain Berfini
🐮
Browse files
Fixed global state changed cb type in core.h
parent
5d1a3ebf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
include/linphone/core.h
include/linphone/core.h
+1
-1
No files found.
include/linphone/core.h
View file @
b35e24aa
...
...
@@ -612,7 +612,7 @@ LINPHONE_PUBLIC LinphoneCoreCbs *linphone_core_get_current_callbacks(const Linph
* @param[in] cbs A #LinphoneCoreCbs.
* @param[in] cb The callback.
*/
LINPHONE_PUBLIC
void
linphone_core_cbs_set_global_state_changed
(
LinphoneCoreCbs
*
cbs
,
LinphoneCoreGlobalStateChangedCb
cb
);
LINPHONE_PUBLIC
void
linphone_core_cbs_set_global_state_changed
(
LinphoneCoreCbs
*
cbs
,
LinphoneCore
Cbs
GlobalStateChangedCb
cb
);
/**
* Set the #LinphoneCoreCbsRegistrationStateChangedCb callback.
...
...
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