parse: add missing semicolon
This commit is contained in:
parent
e4603e3d27
commit
7abb4a4f0d
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ extern void clear_hash_parse(void);
|
||||||
extern void mod_add_cmd(struct Message *msg);
|
extern void mod_add_cmd(struct Message *msg);
|
||||||
extern void mod_del_cmd(struct Message *msg);
|
extern void mod_del_cmd(struct Message *msg);
|
||||||
extern void report_messages(struct Client *);
|
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;
|
extern struct Dictionary *alias_dict;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue