Parent Directory
|
Revision Log
|
Patch
revision 3024 by michael, Sat Jan 25 21:09:56 2014 UTC | revision 3025 by michael, Mon Feb 24 22:32:07 2014 UTC | |
---|---|---|
# | Line 508 update_client_exit_stats(struct Client * | Line 508 update_client_exit_stats(struct Client * |
508 | * side effects - find person by (nick)name | * side effects - find person by (nick)name |
509 | */ | */ |
510 | struct Client * | struct Client * |
511 | find_person(const struct Client *client_p, const char *name) | find_person(const struct Client *const client_p, const char *name) |
512 | { | { |
513 | struct Client *target_p = NULL; | struct Client *target_p = NULL; |
514 |
|
svnadmin@ircd-hybrid.org | ViewVC Help |
Powered by ViewVC 1.1.28 |