summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/helperfuncs.h3
1 files changed, 1 insertions, 2 deletions
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);