summaryrefslogtreecommitdiff
path: root/src/hash.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hash.c')
-rw-r--r--src/hash.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/hash.c b/src/hash.c
index cd3fc1e..c7b8fd4 100644
--- a/src/hash.c
+++ b/src/hash.c
@@ -579,8 +579,8 @@ hash_find_userhost(const char *host)
* side effects -
*/
void
-count_user_host(const char *user, const char *host, int *global_p,
- int *local_p, int *icount_p)
+count_user_host(const char *user, const char *host, unsigned int *global_p,
+ unsigned int *local_p, unsigned int *icount_p)
{
dlink_node *ptr;
struct UserHost *found_userhost;