summaryrefslogtreecommitdiff
path: root/src/t_string.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/t_string.c')
-rw-r--r--src/t_string.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/t_string.c b/src/t_string.c
index a881b86f6..188f27dc0 100644
--- a/src/t_string.c
+++ b/src/t_string.c
@@ -30,6 +30,9 @@
#include "server.h"
#include <math.h> /* isnan(), isinf() */
+/* Forward declarations */
+int getGenericCommand(client *c);
+
/*-----------------------------------------------------------------------------
* String Commands
*----------------------------------------------------------------------------*/