ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid-7.3/include/irc_string.h
(Generate patch)

Comparing ircd-hybrid-7.3/include/irc_string.h (file contents):
Revision 1045 by michael, Tue Jan 26 12:58:42 2010 UTC vs.
Revision 1122 by michael, Mon Jan 10 09:14:19 2011 UTC

# Line 65 | Line 65 | extern int irccmp(const char *, const ch
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

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)