diff options
Diffstat (limited to 'include/s_serv.h')
-rw-r--r-- | include/s_serv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/s_serv.h b/include/s_serv.h index e1baf82..3d9d224 100644 --- a/include/s_serv.h +++ b/include/s_serv.h @@ -84,7 +84,7 @@ struct Capability extern int valid_servname(const char *); extern int check_server(const char *, struct Client *); extern int hunt_server(struct Client *, struct Client *, - const char *, int, int, char **); + const char *, const int, const int, char *[]); extern void add_capability(const char *, int, int); extern int delete_capability(const char *); extern int find_capability(const char *); |