aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--FICS/command.h2
1 files changed, 1 insertions, 1 deletions
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;