diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2004-04-14 18:58:25 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2004-04-14 18:58:25 +0000 |
commit | 8be0c0008766de9003c7e8dd2ae74bf7c9dcd525 (patch) | |
tree | 25034a9d41c26eba067bacd9a72fd47c17914e7a /include/connection.h | |
parent | 84d9f0dc9aa9eff59ec606882821e82bf9194752 (diff) |
More fixes to connection buffer handling
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@579 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/connection.h')
-rw-r--r-- | include/connection.h | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |