From 53091e3bce487ee82e2805a0231e780551561717 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sun, 12 Mar 2017 19:39:01 +0000 Subject: Adapt to skalibs-2.5.0.0 --- doc/libs6net/ident.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/libs6net/ident.html') 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.

Main interface

- int s6net_ident_client (char *s, unsigned int max, ip46_t const *remoteip, uint16 remoteport, ip46_t const *localip, uint16 localport, + 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)

@@ -97,7 +97,7 @@ from the server by *deadline, then the call is aborted and returns

Low-level functions

- int s6net_ident_reply_get (char *s, ip46_t const *ra, uint16 rp, ip46_t const *la, uint16 lp, + 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)

@@ -110,7 +110,7 @@ Returns -1 if an error occurs, or the number of bytes written into s.

- int s6net_ident_reply_parse (char const *s, uint16 rp, uint16 lp) + ssize_t s6net_ident_reply_parse (char const *s, uint16_t rp, uint16_t lp)

-- cgit v1.2.3