ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.1.x/src/client.c
(Generate patch)

Comparing ircd-hybrid/branches/8.1.x/src/client.c (file contents):
Revision 3024 by michael, Sat Jan 25 21:09:56 2014 UTC vs.
Revision 3025 by michael, Mon Feb 24 22:32:07 2014 UTC

# Line 508 | Line 508 | update_client_exit_stats(struct Client *
508   * side effects - find person by (nick)name
509   */
510   struct Client *
511 < find_person(const struct Client *client_p, const char *name)
511 > find_person(const struct Client *const client_p, const char *name)
512   {
513    struct Client *target_p = NULL;
514  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines