diff options
Diffstat (limited to 'src/cmd_rehash.cpp')
-rw-r--r-- | src/cmd_rehash.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd_rehash.cpp b/src/cmd_rehash.cpp index bb09734a6..0a535adc3 100644 --- a/src/cmd_rehash.cpp +++ b/src/cmd_rehash.cpp @@ -21,7 +21,7 @@ #include "commands.h" #include "commands/cmd_rehash.h" -extern InspIRCd* ServerInstance; + void cmd_rehash::Handle (const char** parameters, int pcnt, userrec *user) { |