Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
BC
public
liblinphone
Commits
21c32fb7
Commit
21c32fb7
authored
Oct 20, 2016
by
Ghislain MARY
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix missing symbol exports for Windows build.
parent
a9e540e7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
coreapi/vcard_stubs.c
coreapi/vcard_stubs.c
+1
-0
include/sal/sal.h
include/sal/sal.h
+1
-1
No files found.
coreapi/vcard_stubs.c
View file @
21c32fb7
...
...
@@ -18,6 +18,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#include "vcard.h"
#include "linphonecore.h"
struct
_LinphoneVcardContext
{
void
*
user_data
;
...
...
include/sal/sal.h
View file @
21c32fb7
...
...
@@ -755,7 +755,7 @@ void sal_call_send_vfu_request(SalOp *h);
int
sal_call_is_offerer
(
const
SalOp
*
h
);
int
sal_call_notify_refer_state
(
SalOp
*
h
,
SalOp
*
newcall
);
bool_t
sal_call_compare_op
(
const
SalOp
*
op1
,
const
SalOp
*
op2
);
bool_t
sal_call_dialog_request_pending
(
const
SalOp
*
op
);
LINPHONE_PUBLIC
bool_t
sal_call_dialog_request_pending
(
const
SalOp
*
op
);
const
char
*
sal_call_get_local_tag
(
SalOp
*
op
);
const
char
*
sal_call_get_remote_tag
(
SalOp
*
op
);
void
sal_call_set_replaces
(
SalOp
*
op
,
const
char
*
call_id
,
const
char
*
from_tag
,
const
char
*
to_tag
);
...
...
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