From 329b86c53d1765d5486867b09c949e8153943da5 Mon Sep 17 00:00:00 2001 From: kpfleming Date: Wed, 20 Jul 2005 00:13:15 +0000 Subject: move strtoq into new string files (bug #4740) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6171 f38db490-d61c-443f-a65b-d21fe96a405b --- include/solaris-compat/compat.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/solaris-compat/compat.h') 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 -- cgit v1.2.3