diff options
Diffstat (limited to 'src/irc.h')
| -rw-r--r-- | src/irc.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -13,6 +13,9 @@ extern char reconnect_timeout; /* clears the transmit buffer. */ void txbuf_init(void); +/* these are in txbuf.s: */ +void txbuf_append_01(void); +void txbuf_append_spc(void); void txbuf_append_chr(char c); /* appends a string to the transmit buffer, updates txbuflen. */ |
