diff options
author | certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b <certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2004-10-03 18:19:37 +0000 |
---|---|---|
committer | certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b <certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2004-10-03 18:19:37 +0000 |
commit | 8d89775ceb31c41ec40512891ab209b217eb65d0 (patch) | |
tree | 735d4e49dca7451bb607e5fe9b5005db8b6afeb1 /include | |
parent | 96ec4cf401c7d52ddff087b450b98bf28a9a4b67 (diff) |
BUILD : 1.7.5 (367) BUGS : NOTES : Changed UserKeys from uint to long uint.
git-svn-id: svn://svn.anope.org/anope/trunk@367 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@238 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'include')
-rw-r--r-- | include/extern.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/extern.h b/include/extern.h index 4c6f180c1..2fd0f5692 100644 --- a/include/extern.h +++ b/include/extern.h @@ -498,9 +498,9 @@ E char *DefconMessage; E char *DefConAkillReason; E char *DefConOffMessage; -E unsigned int UserKey1; -E unsigned int UserKey2; -E unsigned int UserKey3; +E long unsigned int UserKey1; +E long unsigned int UserKey2; +E long unsigned int UserKey3; /**** converter.c ****/ E int convert_ircservices_44(void); |