summaryrefslogtreecommitdiff
path: root/vchat.h
diff options
context:
space:
mode:
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);