Skip to content
Snippets Groups Projects
Commit b50f6494 authored by Kevin P. Fleming's avatar Kevin P. Fleming
Browse files

oops :-)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6550 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent f00e5c6d
No related branches found
No related tags found
No related merge requests found
......@@ -84,24 +84,4 @@ int unsetenv(const char *name);
typedef unsigned long long uint64_t;
#endif
#ifndef HAVE_STRCASESTR
char *strcasestr(const char *, const char *);
#endif
#ifndef HAVE_STRNDUP
char *strndup(const char *, size_t);
#endif
#ifndef HAVE_STRNLEN
size_t strnlen(const char *, size_t);
#endif
#ifndef HAVE_VASPRINTF
int vasprintf(char **strp, const char *fmt, va_list ap);
#endif
#ifndef HAVE_STRTOQ
uint64_t strtoq(const char *nptr, char **endptr, int base);
#endif
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment