# | 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; |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |