diff options
Diffstat (limited to 'vchat.h')
-rwxr-xr-x | vchat.h | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -142,10 +142,7 @@ void handlequery ( char *line ); | |||
142 | 142 | ||
143 | /* vchat-protocol.c */ | 143 | /* vchat-protocol.c */ |
144 | extern const char *vchat_io_version; | 144 | extern const char *vchat_io_version; |
145 | 145 | void protocol_parsemsg (char *message); | |
146 | /* network I/O */ | ||
147 | void networkinput (void); | ||
148 | void networkoutput (char *); | ||
149 | 146 | ||
150 | /* helpers for vchat-user.c */ | 147 | /* helpers for vchat-user.c */ |
151 | void ownjoin (int channel); | 148 | void ownjoin (int channel); |