From 004217daed4e60162bcb3f99c85e2efe41c21a03 Mon Sep 17 00:00:00 2001 From: brain Date: Tue, 14 Nov 2006 22:38:43 +0000 Subject: Tons of tweaks to the config stuff for the core git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5744 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/users.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'include/users.h') diff --git a/include/users.h b/include/users.h index d94511660..d82b3d2cc 100644 --- a/include/users.h +++ b/include/users.h @@ -845,10 +845,5 @@ namespace irc /* Configuration callbacks */ class ServerConfig; -bool InitTypes(ServerConfig* conf, const char* tag); -bool InitClasses(ServerConfig* conf, const char* tag); -bool DoType(ServerConfig* conf, const char* tag, char** entries, void** values, int* types); -bool DoClass(ServerConfig* conf, const char* tag, char** entries, void** values, int* types); -bool DoneClassesAndTypes(ServerConfig* conf, const char* tag); #endif -- cgit v1.2.3