Fix parameter name in header file for show_ip_conf().
This commit is contained in:
parent
f1fe7b4b28
commit
2635cc8089
1 changed files with 1 additions and 1 deletions
|
@ -596,7 +596,7 @@ extern void del_all_accepts(struct Client *client_p);
|
|||
|
||||
extern void dead_link(struct Client *client_p, int sendqex);
|
||||
extern int show_ip(struct Client *source_p, struct Client *target_p);
|
||||
extern int show_ip_conf(struct ConfItem *aconf, struct Client *target_p);
|
||||
extern int show_ip_conf(struct ConfItem *aconf, struct Client *source_p);
|
||||
|
||||
extern void initUser(void);
|
||||
extern void free_user(struct User *, struct Client *);
|
||||
|
|
Loading…
Reference in a new issue