| 65 |
|
*/ |
| 66 |
|
extern int ircncmp(const char *, const char *, size_t); |
| 67 |
|
|
| 68 |
– |
/* |
| 69 |
– |
* inetntoa - optimized inet_ntoa |
| 70 |
– |
*/ |
| 71 |
– |
extern const char *inetntoa(const char *); |
| 72 |
– |
|
| 73 |
– |
/* XXX |
| 74 |
– |
* inetntop() |
| 75 |
– |
* portable interface for inet_ntop(), kludge; please use inet_ntop if possible |
| 76 |
– |
* since inet_misc has a more conformant one |
| 77 |
– |
*/ |
| 78 |
– |
extern const char *inetntop(int, const void *, char *, unsigned int); |
| 79 |
– |
|
| 68 |
|
#ifndef HAVE_STRLCPY |
| 69 |
|
extern size_t strlcpy(char *, const char *, size_t); |
| 70 |
|
#endif |