From f559b94fa33063e02b67fe589af04fddc20325ef Mon Sep 17 00:00:00 2001 From: brain Date: Sat, 9 Dec 2006 19:25:10 +0000 Subject: Add the stuff required for the InspSocketHook interface git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5890 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/configreader.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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); -- cgit v1.2.3