parse: implement reconstruct_parv()
This commit is contained in:
parent
49c12c23f9
commit
e4603e3d27
3 changed files with 13 additions and 15 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue