summaryrefslogtreecommitdiff
path: root/vchat.h
diff options
context:
space:
mode:
authorDirk Engling <erdgeist@erdgeist.org>2022-05-17 15:23:33 +0200
committerDirk Engling <erdgeist@erdgeist.org>2022-05-17 15:23:33 +0200
commit34a4541114318a7eda1c96ed58f83cdcd2622207 (patch)
tree77d13dae58b6b1a39c14046658d392b7d6b72e69 /vchat.h
parent986fb5638542a943a6d9cd0d38d73605a642c55a (diff)
Move packet handler and line splitting to vchat-connection.c
Diffstat (limited to 'vchat.h')
-rwxr-xr-xvchat.h5
1 files changed, 1 insertions, 4 deletions
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 );
142 142
143/* vchat-protocol.c */ 143/* vchat-protocol.c */
144extern const char *vchat_io_version; 144extern const char *vchat_io_version;
145 145void protocol_parsemsg (char *message);
146/* network I/O */
147void networkinput (void);
148void networkoutput (char *);
149 146
150/* helpers for vchat-user.c */ 147/* helpers for vchat-user.c */
151void ownjoin (int channel); 148void ownjoin (int channel);