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

Comparing ircd-hybrid/trunk/src/hash.c (file contents):
Revision 1632 by michael, Sun Nov 4 15:37:10 2012 UTC vs.
Revision 1644 by michael, Tue Nov 6 22:20:16 2012 UTC

# Line 579 | Line 579 | hash_find_userhost(const char *host)
579   * side effects -
580   */
581   void
582 < count_user_host(const char *user, const char *host, int *global_p,
583 <                int *local_p, int *icount_p)
582 > count_user_host(const char *user, const char *host, unsigned int *global_p,
583 >                unsigned int *local_p, unsigned int *icount_p)
584   {
585    dlink_node *ptr;
586    struct UserHost *found_userhost;

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)