make strtok_r private
Fixes #189 Signed-off-by: Steffen Jaeckel <jaeckel-floss@eyet-services.de>
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
#define xmpp_min(x, y) ((x) < (y) ? (x) : (y))
|
||||
|
||||
/* string functions */
|
||||
char *xmpp_strtok_r(char *s, const char *delim, char **saveptr);
|
||||
char *strophe_strtok_r(char *s, const char *delim, char **saveptr);
|
||||
|
||||
/* timing functions */
|
||||
uint64_t time_stamp(void);
|
||||
|
||||
Reference in New Issue
Block a user