summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--chat.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/chat.h b/chat.h
index f47b244..829dd1d 100644
--- a/chat.h
+++ b/chat.h
@@ -239,3 +239,6 @@ static inline void base64(char *dst, const byte *src, size_t len) {
 
 // Defined in libcrypto if missing from libc:
 void explicit_bzero(void *b, size_t len);
+#ifndef strlcat
+size_t strlcat(char *restrict dst, const char *restrict src, size_t dstsize);
+#endif
8 -0400'>2019-07-12Add DCH to shottyJune McEnroe 2019-07-12Support insert mode in shottyJune McEnroe 2019-07-11Don't do carriage return on line feedJune McEnroe 2019-07-11Interpret 256color-style SGRsJune McEnroe 2019-07-11Use inline style rather than <b>, <i>, <u>June McEnroe 2019-07-11Factor out clearJune McEnroe 2019-07-11Add bright option to shottyJune McEnroe 2019-07-11Output <b>, <i>, <u> in shottyJune McEnroe 2019-07-10Ignore SM and RMJune McEnroe 2019-07-09Add shotty man page and build itJune McEnroe 2019-07-09Add up -cJune McEnroe 2019-07-09Add options for default colors to shottyJune McEnroe 2019-07-08Use char literals consistentlyJune McEnroe