*push*
[NeonServV5.git] / IRCParser.h
index b32d60f4f2b4c1941223b5fc4cf3e88f370b0595..5908aff594e70615603aa996f11cb2b90c77a19d 100644 (file)
@@ -6,7 +6,7 @@
 
 #define MAXNUMPARAMS 200 /* maximum number of parameters in one line */
 
-#define IRC_CMD(NAME) int NAME(ClientSocket *client, UNUSED_ARG(const char *from), UNUSED_ARG(char **argv), UNUSED_ARG(unsigned int argc))
+#define IRC_CMD(NAME) int NAME(struct 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 {