0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-07-28 05:18:59 +02:00

Fix parameter name in header file for show_ip_conf().

This commit is contained in:
Jilles Tjoelker 2013-09-14 12:26:24 +02:00
parent f1fe7b4b28
commit 2635cc8089

View file

@ -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 *);