diff options
author | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-05-05 18:10:49 +0000 |
---|---|---|
committer | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-05-05 18:10:49 +0000 |
commit | 1d1309e8d2fbadea9e3acd6c8358a5c937a9d0dd (patch) | |
tree | 9d46d9ae9f7ffd881ed24be43fea1aae45f7c6d8 /include | |
parent | 03eb4fcaf75895859acfd1384d036f28b4f01c80 (diff) |
- Backport -r1877 [Made find_capability() return an unsigned int]
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@1953 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to 'include')
-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 3d9d224..1f473ab 100644 --- a/include/s_serv.h +++ b/include/s_serv.h @@ -87,7 +87,7 @@ extern int hunt_server(struct Client *, struct Client *, 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 *); +extern int unsigned find_capability(const char *); extern void send_capabilities(struct Client *, int); extern void write_links_file(void *); extern void server_estab(struct Client *); |