*push*
[NeonServV5.git] / IRCParser.h
index 65d476520b232929dbf482bfc818aa5e14143090..b32d60f4f2b4c1941223b5fc4cf3e88f370b0595 100644 (file)
@@ -6,7 +6,7 @@
 
 #define MAXNUMPARAMS 200 /* maximum number of parameters in one line */
 
-#define IRC_CMD(NAME) int NAME(UNUSED_ARG(const char *from), UNUSED_ARG(char **argv), UNUSED_ARG(unsigned int argc))
+#define IRC_CMD(NAME) int NAME(ClientSocket *client, UNUSED_ARG(const char *from), UNUSED_ARG(char **argv), UNUSED_ARG(unsigned int argc))
 typedef IRC_CMD(irc_cmd_t);
 
 struct irc_cmd {