mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-23 00:28:26 -05:00
fix new build warning about getGenericCommand (#7882)
This commit is contained in:
parent
6418d767e8
commit
f87a47dc97
@ -30,6 +30,9 @@
|
||||
#include "server.h"
|
||||
#include <math.h> /* isnan(), isinf() */
|
||||
|
||||
/* Forward declarations */
|
||||
int getGenericCommand(client *c);
|
||||
|
||||
/*-----------------------------------------------------------------------------
|
||||
* String Commands
|
||||
*----------------------------------------------------------------------------*/
|
||||
|
Loading…
Reference in New Issue
Block a user