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
29230187
Commit
29230187
authored
Apr 25, 2016
by
François Grisez
Browse files
Exports sal_op_get_error_info() on Windows
parent
9efcd5f6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
include/sal/sal.h
include/sal/sal.h
+1
-1
No files found.
include/sal/sal.h
View file @
29230187
...
...
@@ -691,7 +691,7 @@ bool_t sal_op_is_ipv6(SalOp *op);
bool_t
sal_op_is_idle
(
SalOp
*
op
);
const
SalErrorInfo
*
sal_error_info_none
(
void
);
const
SalErrorInfo
*
sal_op_get_error_info
(
const
SalOp
*
op
);
LINPHONE_PUBLIC
const
SalErrorInfo
*
sal_op_get_error_info
(
const
SalOp
*
op
);
void
sal_error_info_reset
(
SalErrorInfo
*
ei
);
void
sal_error_info_set
(
SalErrorInfo
*
ei
,
SalReason
reason
,
int
code
,
const
char
*
status_string
,
const
char
*
warning
);
...
...
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