diff options
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(); |