diff options
author | Michael Adam <obnox@samba.org> | 2008-03-14 08:49:34 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-03-14 09:02:36 +0100 |
commit | fe096dd31336639a478a9f05cb3d790c2c31af47 (patch) | |
tree | 84f992e480d888d5b0d151a11320f9376325b2d4 /source4/lib/replace/README | |
parent | de9b3af624833be8f5c3520d5ac99fba14b8032f (diff) | |
download | samba-fe096dd31336639a478a9f05cb3d790c2c31af47.tar.gz samba-fe096dd31336639a478a9f05cb3d790c2c31af47.tar.bz2 samba-fe096dd31336639a478a9f05cb3d790c2c31af47.zip |
libreplace: add an inet_aton() function that calls inet_pton().
inet_aton() is even needed inside libreplace, in the implementation
of rep_getaddrinfo().
Michael
(This used to be commit bcb2f3a880f8da8f9bedb7a8e61d7d7b533f1919)
Diffstat (limited to 'source4/lib/replace/README')
-rw-r--r-- | source4/lib/replace/README | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/lib/replace/README b/source4/lib/replace/README index 268a1b15cf..aae1ccb56f 100644 --- a/source4/lib/replace/README +++ b/source4/lib/replace/README @@ -52,6 +52,7 @@ readline (the library) inet_ntoa inet_ntop inet_pton +inet_aton strtoll strtoull socketpair |