aboutsummaryrefslogtreecommitdiffstats
path: root/include/solaris-compat/compat.h
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-07-20 00:13:15 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-07-20 00:13:15 +0000
commit329b86c53d1765d5486867b09c949e8153943da5 (patch)
tree9ecf67ec4be4a6e06a4d158c8b3528f7099f85e8 /include/solaris-compat/compat.h
parenta246ce557ac01eb6216269c745bda4df49684c5e (diff)
move strtoq into new string files (bug #4740)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6171 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include/solaris-compat/compat.h')
-rwxr-xr-xinclude/solaris-compat/compat.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/solaris-compat/compat.h b/include/solaris-compat/compat.h
index 3f448117d..b34cf11f4 100755
--- a/include/solaris-compat/compat.h
+++ b/include/solaris-compat/compat.h
@@ -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