summaryrefslogtreecommitdiff
path: root/include/watch.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/watch.h')
-rw-r--r--include/watch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/watch.h b/include/watch.h
index b1ca22a..2d14818 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 *, const char *);
+extern void watch_check_hash(struct Client *, 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 *);