diff --git a/include/parse.h b/include/parse.h index 420c05d1..be4e916e 100644 --- a/include/parse.h +++ b/include/parse.h @@ -39,7 +39,7 @@ extern void clear_hash_parse(void); extern void mod_add_cmd(struct Message *msg); extern void mod_del_cmd(struct Message *msg); extern void report_messages(struct Client *); -extern char *reconstruct_parv(int parc, const char *parv[]) +extern char *reconstruct_parv(int parc, const char *parv[]); extern struct Dictionary *alias_dict;