parse: implement reconstruct_parv()

This commit is contained in:
William Pitcock 2016-01-11 22:28:55 -06:00
parent 49c12c23f9
commit e4603e3d27
3 changed files with 13 additions and 15 deletions

View file

@ -39,6 +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 struct Dictionary *alias_dict;