fix new build warning about getGenericCommand (#7882)

This commit is contained in:
Oran Agra 2020-10-04 18:10:21 +03:00 committed by GitHub
parent 6418d767e8
commit f87a47dc97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,6 +30,9 @@
#include "server.h"
#include <math.h> /* isnan(), isinf() */
/* Forward declarations */
int getGenericCommand(client *c);
/*-----------------------------------------------------------------------------
* String Commands
*----------------------------------------------------------------------------*/