summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2014-01-19 17:02:50 +0000
committermichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2014-01-19 17:02:50 +0000
commit70345c0f442726f24040af4eefc23f390fff7c58 (patch)
tree8117e87f39b4d7a095a094ddcfa378982b7e66d2 /src
parentaeb0b42a4f92ced807c83364ff4f36712b7b3d89 (diff)
- s_serv.h, send.h, send.c: made some things use an enum
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@2869 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to 'src')
-rw-r--r--src/send.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/send.c b/src/send.c
index 5cae833..5808423 100644
--- a/src/send.c
+++ b/src/send.c
@@ -693,7 +693,7 @@ sendto_channel_remote(struct Client *one, struct Client *from, unsigned int type
* side effects - NONE
*/
static int
-match_it(const struct Client *one, const char *mask, int what)
+match_it(const struct Client *one, const char *mask, unsigned int what)
{
if (what == MATCH_HOST)
return !match(mask, one->host);