]> jfr.im git - solanum.git/blobdiff - include/irc_string.h
strlcat -> rb_strlcat
[solanum.git] / include / irc_string.h
index 123c8b6cf6d1544cf4bb9cfed4ab746cd6343d2e..51ea0fd598cdd275eb6b306dfd1357bf92d61045 100644 (file)
@@ -91,10 +91,6 @@ int inetpton(int af, const char *src, void *dst);
 const char *inetntop_sock(struct sockaddr *src, char *dst, unsigned int size);
 int inetpton_sock(const char *src, struct sockaddr *dst);
 
-#ifndef HAVE_STRLCAT
-size_t strlcat(char *dst, const char *src, size_t siz);
-#endif
-
 /*
  * clean_string - cleanup control and high ascii characters
  * -Dianora