From f844caecef4174f1fd52c1e810a836489935a01d Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Mon, 13 Apr 2026 02:08:22 -0400 Subject: Save a tiny bit of space. 7701 bytes free. --- src/irc.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/irc.h') diff --git a/src/irc.h b/src/irc.h index 0c5c7ed..55f1d4d 100644 --- a/src/irc.h +++ b/src/irc.h @@ -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. */ -- cgit v1.2.3