From 34a4541114318a7eda1c96ed58f83cdcd2622207 Mon Sep 17 00:00:00 2001 From: Dirk Engling Date: Tue, 17 May 2022 15:23:33 +0200 Subject: Move packet handler and line splitting to vchat-connection.c --- vchat.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'vchat.h') diff --git a/vchat.h b/vchat.h index 31615ec..0045127 100755 --- a/vchat.h +++ b/vchat.h @@ -142,10 +142,7 @@ void handlequery ( char *line ); /* vchat-protocol.c */ extern const char *vchat_io_version; - -/* network I/O */ -void networkinput (void); -void networkoutput (char *); +void protocol_parsemsg (char *message); /* helpers for vchat-user.c */ void ownjoin (int channel); -- cgit v1.2.3