X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fcommands.h;h=de2f2c6c72116ea055654429426992e3912864dd;hb=6279a01bf5b6da48bedfdfe2d39dde69e46ae401;hp=8cd1361ee31daaadf8b19b33df840947ec991b3b;hpb=1383dba43e463f292aea094d01f62f355946049d;p=user%2Fhenk%2Fcode%2Finspircd.git 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);