From 2cfcca8007d5fe3af11f51614d7b6c56e3cb242e Mon Sep 17 00:00:00 2001 From: brain Date: Sun, 1 Jan 2006 20:57:42 +0000 Subject: Fixes to typos and change to return by reference on GetClass git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2725 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/helperfuncs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/helperfuncs.h b/include/helperfuncs.h index 9e1d511cb..5153620db 100644 --- a/include/helperfuncs.h +++ b/include/helperfuncs.h @@ -68,7 +68,7 @@ char* chanmodes(chanrec *chan); void userlist(userrec *user,chanrec *c); int usercount_i(chanrec *c); int usercount(chanrec *c); -ConnectClass* GetClass(userrec *user); +ConnectClass GetClass(userrec *user); void send_error(char *s); void Error(int status); int usercnt(void); -- cgit v1.2.3