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
a0f096f7
Commit
a0f096f7
authored
Apr 09, 2013
by
Ghislain MARY
Browse files
Add missing exports.
parent
fac86ba9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
coreapi/linphonecore.h
coreapi/linphonecore.h
+2
-2
No files found.
coreapi/linphonecore.h
View file @
a0f096f7
...
...
@@ -1233,8 +1233,8 @@ LINPHONE_PUBLIC void linphone_core_set_ring(LinphoneCore *lc, const char *path);
const
char
*
linphone_core_get_ring
(
const
LinphoneCore
*
lc
);
LINPHONE_PUBLIC
void
linphone_core_verify_server_certificates
(
LinphoneCore
*
lc
,
bool_t
yesno
);
void
linphone_core_verify_server_cn
(
LinphoneCore
*
lc
,
bool_t
yesno
);
void
linphone_core_set_root_ca
(
LinphoneCore
*
lc
,
const
char
*
path
);
const
char
*
linphone_core_get_root_ca
(
LinphoneCore
*
lc
);
LINPHONE_PUBLIC
void
linphone_core_set_root_ca
(
LinphoneCore
*
lc
,
const
char
*
path
);
LINPHONE_PUBLIC
const
char
*
linphone_core_get_root_ca
(
LinphoneCore
*
lc
);
LINPHONE_PUBLIC
void
linphone_core_set_ringback
(
LinphoneCore
*
lc
,
const
char
*
path
);
const
char
*
linphone_core_get_ringback
(
const
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