summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-01-01 20:57:42 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-01-01 20:57:42 +0000
commit2cfcca8007d5fe3af11f51614d7b6c56e3cb242e (patch)
treed361839c3197362034775d7c4553f658bb5d0a4f /include
parent710777b2a78eef3654224fd659a7bac717691008 (diff)
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
Diffstat (limited to 'include')
-rw-r--r--include/helperfuncs.h2
1 files changed, 1 insertions, 1 deletions
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);