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
e4716721
Commit
e4716721
authored
Apr 22, 2014
by
Gautier Pelloux-Prayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove unimplemented function from header file
parent
5f9dc1c5
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
coreapi/linphonecore.h
coreapi/linphonecore.h
+2
-3
No files found.
coreapi/linphonecore.h
View file @
e4716721
...
@@ -684,7 +684,6 @@ LINPHONE_PUBLIC LinphoneReason linphone_call_get_reason(const LinphoneCall *call
...
@@ -684,7 +684,6 @@ LINPHONE_PUBLIC LinphoneReason linphone_call_get_reason(const LinphoneCall *call
LINPHONE_PUBLIC
const
LinphoneErrorInfo
*
linphone_call_get_error_info
(
const
LinphoneCall
*
call
);
LINPHONE_PUBLIC
const
LinphoneErrorInfo
*
linphone_call_get_error_info
(
const
LinphoneCall
*
call
);
LINPHONE_PUBLIC
const
char
*
linphone_call_get_remote_user_agent
(
LinphoneCall
*
call
);
LINPHONE_PUBLIC
const
char
*
linphone_call_get_remote_user_agent
(
LinphoneCall
*
call
);
LINPHONE_PUBLIC
const
char
*
linphone_call_get_remote_contact
(
LinphoneCall
*
call
);
LINPHONE_PUBLIC
const
char
*
linphone_call_get_remote_contact
(
LinphoneCall
*
call
);
LINPHONE_PUBLIC
LinphoneAddress
*
linphone_call_get_remote_contact_address
(
LinphoneCall
*
call
);
LINPHONE_PUBLIC
float
linphone_call_get_play_volume
(
LinphoneCall
*
call
);
LINPHONE_PUBLIC
float
linphone_call_get_play_volume
(
LinphoneCall
*
call
);
LINPHONE_PUBLIC
float
linphone_call_get_record_volume
(
LinphoneCall
*
call
);
LINPHONE_PUBLIC
float
linphone_call_get_record_volume
(
LinphoneCall
*
call
);
LINPHONE_PUBLIC
float
linphone_call_get_current_quality
(
LinphoneCall
*
call
);
LINPHONE_PUBLIC
float
linphone_call_get_current_quality
(
LinphoneCall
*
call
);
...
...
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