Unverified Commit f87a47dc authored by Oran Agra's avatar Oran Agra Committed by GitHub
Browse files

fix new build warning about getGenericCommand (#7882)

parent 6418d767
...@@ -30,6 +30,9 @@ ...@@ -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
*----------------------------------------------------------------------------*/ *----------------------------------------------------------------------------*/
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment