summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-12-09 19:25:10 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-12-09 19:25:10 +0000
commitf559b94fa33063e02b67fe589af04fddc20325ef (patch)
tree64e8ddfd80b7adf9cd38540f8a7e2feb26ef404f /include
parent86563492c758f6428ee6d40ef23323686dab5278 (diff)
Add the stuff required for the InspSocketHook interface
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5890 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include')
-rw-r--r--include/configreader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configreader.h b/include/configreader.h
index 2c048c849..6c000eb60 100644
--- a/include/configreader.h
+++ b/include/configreader.h
@@ -564,7 +564,7 @@ class ServerConfig : public Extensible
bool AddIOHook(int port, Module* iomod);
bool DelIOHook(int port);
Module* GetIOHook(InspSocket* is);
- bool AddIOHook(InspSocket* is, Module* iomod);
+ bool AddIOHook(Module* iomod, InspSocket* is);
bool DelIOHook(InspSocket* is);
static std::string GetFullProgDir(char** argv, int argc);