From 8be0c0008766de9003c7e8dd2ae74bf7c9dcd525 Mon Sep 17 00:00:00 2001 From: brain Date: Wed, 14 Apr 2004 18:58:25 +0000 Subject: More fixes to connection buffer handling git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@579 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/connection.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/connection.h b/include/connection.h index a18d201ef..d92cc6354 100644 --- a/include/connection.h +++ b/include/connection.h @@ -110,7 +110,7 @@ class connection : public classbase bool BeginLink(char* targethost, int port, char* password, char* servername); void TerminateLink(char* targethost); bool SendPacket(char *message, char* host); - bool RecvPacket(char *message, char* host); + bool RecvPacket(string_list &messages, char* host); ircd_connector* FindHost(std::string host); bool AddIncoming(int fd,char* targethost); long GenKey(); -- cgit v1.2.3