Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
belle-sip
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
4
Issues
4
List
Board
Labels
Milestones
Merge Requests
7
Merge Requests
7
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
External Wiki
External Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
BC
public
belle-sip
Commits
90433f7e
Commit
90433f7e
authored
Feb 06, 2015
by
Simon Morlat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix compilation error
parent
d79746e5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
channel.c
src/channel.c
+1
-1
No files found.
src/channel.c
View file @
90433f7e
...
...
@@ -1343,7 +1343,7 @@ void belle_sip_end_background_task(unsigned long id){
#elif !TARGET_OS_IPHONE && !defined(__APPLE__)
/*defines stubs*/
unsigned
int
belle_sip_begin_background_task
(
const
char
*
name
,
belle_sip_background_task_end_callback_t
cb
,
void
*
data
){
unsigned
long
belle_sip_begin_background_task
(
const
char
*
name
,
belle_sip_background_task_end_callback_t
cb
,
void
*
data
){
return
0
;
}
...
...
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