aboutsummaryrefslogtreecommitdiff
path: root/src/irc.h
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2026-04-13 02:08:22 -0400
committerB. Watson <urchlay@slackware.uk>2026-04-13 02:08:33 -0400
commitf844caecef4174f1fd52c1e810a836489935a01d (patch)
tree537298c8d6b3beb2fc47f3347a66ed03d067c80e /src/irc.h
parent172db1bcaa88b51326e9b788022985c97276dbfb (diff)
downloadfujinet-chat-f844caecef4174f1fd52c1e810a836489935a01d.tar.gz
Save a tiny bit of space. 7701 bytes free.
Diffstat (limited to 'src/irc.h')
-rw-r--r--src/irc.h3
1 files changed, 3 insertions, 0 deletions
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. */