summaryrefslogtreecommitdiff
path: root/include/commands
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-08-07 12:00:27 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-08-07 12:00:27 +0000
commit40d465542fbcb5ff10f3361ca2fd89225c49f1af (patch)
tree5b667bcf6edc8d0591d39f8764fe6cd637a6c1d5 /include/commands
parent266ed4236f645ef96da93d1521847386f805125f (diff)
Change prototype of OneOfMatches
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4764 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/commands')
-rw-r--r--include/commands/cmd_oper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/commands/cmd_oper.h b/include/commands/cmd_oper.h
index 37d449af7..40bab6b06 100644
--- a/include/commands/cmd_oper.h
+++ b/include/commands/cmd_oper.h
@@ -28,7 +28,7 @@
#include "users.h"
#include "channels.h"
-bool OneOfMatches(const char* host, const char* hostlist);
+bool OneOfMatches(const char* host, const char* ip, const char* hostlist);
class cmd_oper : public command_t
{