summaryrefslogtreecommitdiff
path: root/include/helperfuncs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/helperfuncs.h')
-rw-r--r--include/helperfuncs.h5
1 files changed, 0 insertions, 5 deletions
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