]> git.armaanb.net Git - stagit.git/blob - compat.h
add compat.h
[stagit.git] / compat.h
1 #ifdef COMPAT
2 #undef strlcat
3 size_t strlcat(char *, const char *, size_t);
4 #undef strlcpy
5 size_t strlcpy(char *, const char *, size_t);
6 #endif