diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2017-03-12 19:39:01 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2017-03-12 19:39:01 +0000 |
commit | 53091e3bce487ee82e2805a0231e780551561717 (patch) | |
tree | f0fa36ff8eadaf1f01d4510597b5e3a310764dc7 /doc/libs6net | |
parent | f85b8a70f3b44510a5cf3895bf7357ae90655f65 (diff) | |
download | s6-networking-53091e3bce487ee82e2805a0231e780551561717.tar.xz |
Adapt to skalibs-2.5.0.0
Diffstat (limited to 'doc/libs6net')
-rw-r--r-- | doc/libs6net/ident.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/libs6net/ident.html b/doc/libs6net/ident.html index f058370..fad581f 100644 --- a/doc/libs6net/ident.html +++ b/doc/libs6net/ident.html @@ -47,7 +47,7 @@ any kind of authentication or secure operation. <h3> Main interface </h3> <p> -<code> int s6net_ident_client (char *s, unsigned int max, ip46_t const *remoteip, uint16 remoteport, ip46_t const *localip, uint16 localport, +<code> ssize_t s6net_ident_client (char *s, size_t max, ip46_t const *remoteip, uint16_t remoteport, ip46_t const *localip, uint16_t localport, tain_t const *deadline, tain_t *stamp) </code> </p> @@ -97,7 +97,7 @@ from the server by *<em>deadline</em>, then the call is aborted and returns <h3> Low-level functions </h3> <p> -<code> int s6net_ident_reply_get (char *s, ip46_t const *ra, uint16 rp, ip46_t const *la, uint16 lp, +<code> ssize_t s6net_ident_reply_get (char *s, ip46_t const *ra, uint16_t rp, ip46_t const *la, uint16_t lp, tain_t const *deadline, tain_t *stamp) </code> </p> @@ -110,7 +110,7 @@ Returns -1 if an error occurs, or the number of bytes written into <em>s</em>. </p> <p> -<code> int s6net_ident_reply_parse (char const *s, uint16 rp, uint16 lp) </code> +<code> ssize_t s6net_ident_reply_parse (char const *s, uint16_t rp, uint16_t lp) </code> </p> <p> |