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
f903eeb0
Commit
f903eeb0
authored
Jan 05, 2016
by
Gautier Pelloux-Prayer
Browse files
ringtoneplayer.c: use include, not import
parent
743f1a61
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
coreapi/ringtoneplayer.c
coreapi/ringtoneplayer.c
+2
-2
No files found.
coreapi/ringtoneplayer.c
View file @
f903eeb0
...
...
@@ -18,7 +18,7 @@ along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
#i
mport
"private.h"
#i
nclude
"private.h"
int
linphone_ringtoneplayer_start
(
LinphoneRingtonePlayer
*
rp
,
MSSndCard
*
card
,
const
char
*
ringtone
,
int
loop_pause_ms
)
{
return
linphone_ringtoneplayer_start_with_cb
(
rp
,
card
,
ringtone
,
loop_pause_ms
,
NULL
,
NULL
);
...
...
@@ -26,7 +26,7 @@ int linphone_ringtoneplayer_start(LinphoneRingtonePlayer* rp, MSSndCard* card, c
#ifdef __ios
#i
mport
"ringtoneplayer_ios.h"
#i
nclude
"ringtoneplayer_ios.h"
LinphoneRingtonePlayer
*
linphone_ringtoneplayer_new
()
{
return
linphone_ringtoneplayer_ios_new
();
...
...
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