diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/helperfuncs.h | 2 |
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); |