From cc7950760034810e08db7a75c3b382058833e35d Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Sun, 31 Mar 2024 14:19:27 +0200 Subject: Added the parameter list to 'comm_func' --- FICS/command.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'FICS') diff --git a/FICS/command.h b/FICS/command.h index 0d8037d..dfc5292 100644 --- a/FICS/command.h +++ b/FICS/command.h @@ -85,7 +85,7 @@ typedef parameter param_list[MAXNUMPARAMS]; typedef struct s_command_type { char *comm_name; char *param_string; - int (*comm_func)(); + int (*comm_func)(int, param_list); int adminLevel; } command_type; -- cgit v1.2.3