]> jfr.im git - irc/quakenet/newserv.git/blame - lib/strlfunc.h
CHANSERV: better batcher error handling for expired accounts/accounts with no email.
[irc/quakenet/newserv.git] / lib / strlfunc.h
CommitLineData
18f8bd28
CP
1#include <stdio.h>
2
3size_t strlcat(char *dst, const char *src, size_t siz);
a4560bdf 4size_t strlcpy(char *dst, const char *src, size_t siz);