summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authormichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2013-04-22 18:33:02 +0000
committermichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2013-04-22 18:33:02 +0000
commite879c2850baee41429db1ed400f01c0faae59483 (patch)
tree572a109f9f78761478c63a335e55722ed193ec2e /include
parent9b3964095697b2ea4025151bd3a2d7cd77edcde2 (diff)
- Fixed some compile warnings
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/trunk@1845 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to 'include')
-rw-r--r--include/watch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/watch.h b/include/watch.h
index 2d14818..21a71dc 100644
--- a/include/watch.h
+++ b/include/watch.h
@@ -41,7 +41,7 @@ struct Watch
extern void watch_init(void);
extern void watch_add_to_hash_table(const char *, struct Client *);
extern void watch_del_from_hash_table(const char *, struct Client *);
-extern void watch_check_hash(struct Client *, int);
+extern void watch_check_hash(struct Client *, unsigned int);
extern void watch_del_watch_list(struct Client *);
extern void watch_count_memory(unsigned int *const, uint64_t *const);
extern struct Watch *watch_find_hash(const char *);