1
0
mirror of https://github.com/anope/anope.git synced 2026-07-08 14:23:14 +02:00

BUILD : 1.7.3 (129) BUGS : NOTES : Changed guestnum from static to extern (internal change)

git-svn-id: svn://svn.anope.org/anope/trunk@129 31f1291d-b8d6-0310-a050-a5561fc1590b


git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@102 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b
2004-05-27 14:32:55 +00:00
parent 34ee289163
commit c2ab3c1354
3 changed files with 8 additions and 2 deletions
+2
View File
@@ -634,6 +634,8 @@ E NickAlias *nalists[1024];
E NickCore *nclists[1024];
E NickRequest *nrlists[1024];
E int guestnum;
E void insert_requestnick(NickRequest * nr);
E void alpha_insert_alias(NickAlias * na);
E void insert_core(NickCore * nc);
+1 -1
View File
@@ -23,7 +23,7 @@ NickAlias *nalists[1024];
NickCore *nclists[1024];
NickRequest *nrlists[1024];
static int guestnum; /* Current guest number */
int guestnum; /* Current guest number */
#define TO_COLLIDE 0 /* Collide the user with this nick */
#define TO_RELEASE 1 /* Release a collided nick */
+5 -1
View File
@@ -8,10 +8,14 @@
VERSION_MAJOR="1"
VERSION_MINOR="7"
VERSION_PATCH="3"
VERSION_BUILD="128"
VERSION_BUILD="129"
# $Log$
#
# BUILD : 1.7.3 (129)
# BUGS :
# NOTES : Changed guestnum from static to extern (internal change)
#
# BUILD : 1.7.3 (128)
# NOTES : Typo no Changes file.
#