From 710777b2a78eef3654224fd659a7bac717691008 Mon Sep 17 00:00:00 2001 From: brain Date: Sun, 1 Jan 2006 20:50:09 +0000 Subject: Class lookup adjustment git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2724 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/helperfuncs.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include') diff --git a/include/helperfuncs.h b/include/helperfuncs.h index 2d3b45a74..9e1d511cb 100644 --- a/include/helperfuncs.h +++ b/include/helperfuncs.h @@ -68,8 +68,7 @@ char* chanmodes(chanrec *chan); void userlist(userrec *user,chanrec *c); int usercount_i(chanrec *c); int usercount(chanrec *c); -char* Passwd(userrec *user); -bool IsDenied(userrec *user); +ConnectClass* GetClass(userrec *user); void send_error(char *s); void Error(int status); int usercnt(void); -- cgit v1.2.3