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

BUILD : 1.7.14 (1048) BUGS : 510 NOTES : Fixed a lot of redundant function declarations

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


git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@772 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
2006-06-13 12:37:17 +00:00
parent aaa81d2dfb
commit b95c53765c
29 changed files with 47 additions and 125 deletions
+1 -1
View File
@@ -482,7 +482,7 @@ User *do_nick(const char *source, char *nick, char *username, char *host,
char *server, char *realname, time_t ts, uint32 svid,
uint32 ip, char *vhost, char *uid)
{
User *user;
User *user = NULL;
char *tmp = NULL;
NickAlias *old_na; /* Old nick rec */