fix new build warning about getGenericCommand (#7882)
This commit is contained in:
parent
6418d767e8
commit
f87a47dc97
@ -30,6 +30,9 @@
|
|||||||
#include "server.h"
|
#include "server.h"
|
||||||
#include <math.h> /* isnan(), isinf() */
|
#include <math.h> /* isnan(), isinf() */
|
||||||
|
|
||||||
|
/* Forward declarations */
|
||||||
|
int getGenericCommand(client *c);
|
||||||
|
|
||||||
/*-----------------------------------------------------------------------------
|
/*-----------------------------------------------------------------------------
|
||||||
* String Commands
|
* String Commands
|
||||||
*----------------------------------------------------------------------------*/
|
*----------------------------------------------------------------------------*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user