]> jfr.im git - solanum.git/commitdiff
Fix parameter name in header file for show_ip_conf().
authorJilles Tjoelker <redacted>
Sat, 14 Sep 2013 10:26:24 +0000 (12:26 +0200)
committerJilles Tjoelker <redacted>
Sat, 14 Sep 2013 10:26:24 +0000 (12:26 +0200)
include/client.h

index bb0c0e6613b7e503c20cc3375e387f996da31706..7b73579ec7d44904fea76404215234f054151359 100644 (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 *);