diff options
author | trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b <trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2005-03-07 05:53:29 +0000 |
---|---|---|
committer | trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b <trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2005-03-07 05:53:29 +0000 |
commit | 91ff890d23ba19fbe40ec04b5f357a92e37d2fa6 (patch) | |
tree | c481a4cdf8aa70a3aca0fcd5ffebb5d9cee6f671 /include/extern.h | |
parent | 45a9f587db94bdc368e10dad152fa12c80a7540a (diff) |
BUILD : 1.7.8 (604) BUGS : N/A NOTES : tolower/toupper compiler errors on Win32.
git-svn-id: svn://svn.anope.org/anope/trunk@604 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@452 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'include/extern.h')
-rw-r--r-- | include/extern.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/extern.h b/include/extern.h index 4305595f7..66cd043ce 100644 --- a/include/extern.h +++ b/include/extern.h @@ -654,7 +654,8 @@ E int m_version(char *source, int ac, char **av); /**** misc.c ****/ - +E int toupper(char); +E int tolower(char); E char *strscpy(char *d, const char *s, size_t len); E char *stristr(char *s1, char *s2); E char *strnrepl(char *s, int32 size, const char *old, const char *new); |