about summary refs log tree commit diff
path: root/chat.h
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-07-30 12:59:55 -0400
committerJune McEnroe <june@causal.agency>2020-07-30 13:05:24 -0400
commit5a3b63e4444ca70c5e363bc597711ee51d782dc2 (patch)
treed5c72cbc856a6ee7087c72395455bdc9b93bacac /chat.h
parentBump .so versions in chroot (diff)
downloadcatgirl-5a3b63e4444ca70c5e363bc597711ee51d782dc2.tar.gz
catgirl-5a3b63e4444ca70c5e363bc597711ee51d782dc2.zip
Remove use of strlcat
catf is not better though and should really be replaced.
Diffstat (limited to 'chat.h')
-rw-r--r--chat.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/chat.h b/chat.h
index bb5bec8..1dfe119 100644
--- a/chat.h
+++ b/chat.h
@@ -298,6 +298,3 @@ int getopt_config(
 
 // 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