mirror of
https://github.com/tbamud/tbamud.git
synced 2025-09-22 05:50:48 +02:00
Small changes to formatting, and to input handling
This commit is contained in:
parent
8852c83abf
commit
61f538c112
3 changed files with 36 additions and 38 deletions
|
@ -250,7 +250,7 @@ void ProtocolNegotiate( descriptor_t *apDescriptor );
|
|||
* whatever is left for the mud to parse normally. Call this after data has
|
||||
* been read into the input buffer, before it is used for anything else.
|
||||
*/
|
||||
void ProtocolInput( descriptor_t *apDescriptor, char *apData, int aSize, char *apOut );
|
||||
ssize_t ProtocolInput( descriptor_t *apDescriptor, char *apData, int aSize, char *apOut );
|
||||
|
||||
/* Function: ProtocolOutput
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue