Polishing shared memory hotfix code

This commit is contained in:
KimLS
2015-06-23 22:04:48 -07:00
parent 67143f1b8a
commit 3dd89b0daa
4 changed files with 50 additions and 13 deletions
+1 -1
View File
@@ -325,7 +325,7 @@ void command_tune(Client *c, const Seperator *sep);
void command_logtest(Client *c, const Seperator *sep);
void command_mysqltest(Client *c, const Seperator *sep);
void command_logs(Client *c, const Seperator *sep);
void command_set_shared_memory(Client *c, const Seperator *sep);
void command_hotfix(Client *c, const Seperator *sep);
#ifdef EQPROFILE
void command_profiledump(Client *c, const Seperator *sep);