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
belle-sip
Commits
a3bc353c
Commit
a3bc353c
authored
Jun 06, 2016
by
Ghislain MARY
Browse files
Remove useless definitions.
parent
681d6a7c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/belle_sip_internal.h
View file @
a3bc353c
...
...
@@ -263,11 +263,6 @@ void belle_sip_source_set_notify(belle_sip_source_t *s, belle_sip_source_func_t
#define belle_sip_new(type) (type*)belle_sip_malloc(sizeof(type))
#define belle_sip_new0(type) (type*)belle_sip_malloc0(sizeof(type))
#define belle_list_next(elem) ((elem)->next)
belle_sip_list_t
*
belle_sip_list_new
(
void
*
data
);
belle_sip_list_t
*
belle_sip_list_append_link
(
belle_sip_list_t
*
elem
,
belle_sip_list_t
*
new_elem
);
belle_sip_list_t
*
belle_sip_list_delete_custom
(
belle_sip_list_t
*
list
,
belle_sip_compare_func
compare_func
,
const
void
*
user_data
);
belle_sip_list_t
*
_belle_sip_list_remove
(
belle_sip_list_t
*
first
,
void
*
data
,
int
warn_if_not_found
);
#define belle_sip_list_next(elem) ((elem)->next)
...
...
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