Revision: | 5170 |
Committed: | Fri Dec 26 20:53:09 2014 UTC (10 years, 8 months ago) by michael |
Content type: | text/x-chdr |
File size: | 206 byte(s) |
Log Message: | - Continue to use inet_pton() until we add full ipv6 support, but at least replace all occurrences of inet_aton() with inet_pton() |
# | User | Rev | Content |
---|---|---|---|
1 | michael | 5052 | #ifndef COMPAT_H |
2 | #define COMPAT_H | ||
3 | |||
4 | michael | 5064 | #ifndef HAVE_STRLCPY |
5 | extern size_t strlcpy(char *, const char *, size_t); | ||
6 | michael | 5052 | #endif |
7 | michael | 5064 | |
8 | #ifndef HAVE_STRLCAT | ||
9 | extern size_t strlcat(char *, const char *, size_t); | ||
10 | #endif | ||
11 | |||
12 | #endif |
Name | Value |
---|---|
svn:eol-style | native |
svn:keywords | Id |