ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/hopm/trunk/src/compat.h
(Generate patch)

Comparing hopm/trunk/src/compat.h (file contents):
Revision 5135 by michael, Thu Dec 25 18:51:51 2014 UTC vs.
Revision 5167 by michael, Fri Dec 26 18:58:49 2014 UTC

# Line 11 | Line 11
11   extern int bopm_inet_aton(const char *cp, struct in_addr *inp);
12   #endif
13  
14 #ifndef HAVE_INET_PTON
15 #undef inet_pton
16 #define inet_pton bopm_inet_pton
17 #endif
18
14   #ifndef HAVE_STRLCPY
15   extern size_t strlcpy(char *, const char *, size_t);
16   #endif

Diff Legend

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