mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 04:43:34 +02:00
typo fixes - https://github.com/vlajos/misspell_fixer
This commit is contained in:
parent
688fc817dd
commit
f285332c5b
15 changed files with 26 additions and 26 deletions
|
|
@ -24,7 +24,7 @@ void net_sendbuffer_destroy(NET_SENDBUF_REC *rec, int close);
|
|||
|
||||
/* Send data, if all of it couldn't be sent immediately, it will be resent
|
||||
automatically after a while. Returns -1 if some unrecoverable error
|
||||
occured. */
|
||||
occurred. */
|
||||
int net_sendbuffer_send(NET_SENDBUF_REC *rec, const void *data, int size);
|
||||
|
||||
int net_sendbuffer_receive_line(NET_SENDBUF_REC *rec, char **str, int read_socket);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue