mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-02 03:48:02 +00:00
move strtoq into new string files (bug #4740)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6171 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -41,8 +41,6 @@ typedef unsigned int u_int32_t;
|
||||
#endif
|
||||
|
||||
char* strsep(char** str, const char* delims);
|
||||
uint64_t
|
||||
strtoq(const char *nptr, char **endptr, int base);
|
||||
int setenv(const char *name, const char *value, int overwrite);
|
||||
int unsetenv(const char *name);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user