From 23a4885701cba4a87a5ae027257fb4207c917572 Mon Sep 17 00:00:00 2001 From: brain Date: Thu, 10 Aug 2006 20:27:51 +0000 Subject: Move tons more stuff into class InspIRCd*, make signal handler functions static members git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4855 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/helperfuncs.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'include/helperfuncs.h') diff --git a/include/helperfuncs.h b/include/helperfuncs.h index 40df4c93c..bae7f8326 100644 --- a/include/helperfuncs.h +++ b/include/helperfuncs.h @@ -48,9 +48,4 @@ enum DebugLevel #define STRINGIFY(x) STRINGIFY2(x) #define log(l, x, args...) InspIRCd::Log(l, __FILE__ ":" STRINGIFY(__LINE__) ": " x, ##args) -void Error(int status); -void ShowMOTD(userrec *user); -void ShowRULES(userrec *user); -bool IsValidChannelName(const char *); - #endif -- cgit v1.2.3