diff options
| author | Dirk Engling <erdgeist@erdgeist.org> | 2022-05-17 15:23:33 +0200 | 
|---|---|---|
| committer | Dirk Engling <erdgeist@erdgeist.org> | 2022-05-17 15:23:33 +0200 | 
| commit | 34a4541114318a7eda1c96ed58f83cdcd2622207 (patch) | |
| tree | 77d13dae58b6b1a39c14046658d392b7d6b72e69 /vchat.h | |
| parent | 986fb5638542a943a6d9cd0d38d73605a642c55a (diff) | |
Move packet handler and line splitting to vchat-connection.c
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); | 
