diff options
Diffstat (limited to 'include/helperfuncs.h')
-rw-r--r-- | include/helperfuncs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/helperfuncs.h b/include/helperfuncs.h index 21cb6caf3..7a55e5d23 100644 --- a/include/helperfuncs.h +++ b/include/helperfuncs.h @@ -48,7 +48,6 @@ enum DebugLevel #define STRINGIFY(x) STRINGIFY2(x) #define log(l, x, args...) InspIRCd::Log(l, __FILE__ ":" STRINGIFY(__LINE__) ": " x, ##args) -void strlower(char *n); void Error(int status); void ShowMOTD(userrec *user); void ShowRULES(userrec *user); |