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
049d298a
Commit
049d298a
authored
May 09, 2013
by
Simon Morlat
Browse files
export belle_sip_strdup_printf()
parent
986f6fec
Changes
2
Hide whitespace changes
Inline
Side-by-side
include/belle-sip/utils.h
View file @
049d298a
...
...
@@ -128,6 +128,7 @@ static BELLESIP_INLINE void belle_sip_fatal(const char *fmt,...)
BELLESIP_EXPORT
void
belle_sip_set_log_file
(
FILE
*
file
);
BELLESIP_EXPORT
void
belle_sip_set_log_handler
(
belle_sip_log_function_t
func
);
BELLESIP_EXPORT
char
*
belle_sip_strdup_printf
(
const
char
*
fmt
,...);
BELLESIP_EXPORT
void
belle_sip_set_log_level
(
int
level
);
...
...
src/belle_sip_internal.h
View file @
049d298a
...
...
@@ -248,8 +248,6 @@ BELLESIP_INTERNAL_EXPORT uint64_t belle_sip_time_ms(void);
BELLESIP_INTERNAL_EXPORT
unsigned
int
belle_sip_random
(
void
);
BELLESIP_INTERNAL_EXPORT
char
*
belle_sip_strdup_printf
(
const
char
*
fmt
,...);
/*parameters accessors*/
#define GET_SET_STRING(object_type,attribute) \
...
...
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