LOLWUT: wrap it into a proper command.

This commit is contained in:
antirez
2018-09-12 11:34:10 +02:00
parent 34ebd8985a
commit 38b0d25af2
4 changed files with 40 additions and 15 deletions

View File

@ -2109,6 +2109,7 @@ void xclaimCommand(client *c);
void xinfoCommand(client *c);
void xdelCommand(client *c);
void xtrimCommand(client *c);
void lolwutCommand(client *c);
#if defined(__GNUC__)
void *calloc(size_t count, size_t size) __attribute__ ((deprecated));