diff options
Diffstat (limited to 'src/commandhandler.h')
-rw-r--r-- | src/commandhandler.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/commandhandler.h b/src/commandhandler.h index bb15c139a..f58e86b21 100644 --- a/src/commandhandler.h +++ b/src/commandhandler.h @@ -285,6 +285,8 @@ class CommandHandler void handleAddIgnoreAttack(const std::string &args, ChatTab *tab _UNUSED_); + void handleDump(const std::string &args, ChatTab *tab); + void handleCacheInfo(const std::string &args, ChatTab *tab _UNUSED_); bool parse2Int(const std::string &args, int *x, int *y); |