diff options
Diffstat (limited to 'include/commands.h')
-rw-r--r-- | include/commands.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/commands.h b/include/commands.h index 8cd1361ee..de2f2c6c7 100644 --- a/include/commands.h +++ b/include/commands.h @@ -28,7 +28,6 @@ #include "users.h" #include "channels.h" -char* CleanFilename(char* name); bool is_uline(const char* server); long duration(const char* str); void do_whois(userrec* user, userrec* dest,unsigned long signon, unsigned long idle, char* nick); |