diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2014-12-19 01:51:33 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2014-12-19 01:51:33 +0000 |
commit | ad8fa55e40e1937e626617238c5d8a93be886333 (patch) | |
tree | 4fed0cca0c00972c7a93082dfdbf3fb43ee50f91 /doc/libs6net | |
parent | 4e8cd2a5ce1630833a8fdd4ee4f4b0f5863aafbf (diff) | |
download | s6-networking-ad8fa55e40e1937e626617238c5d8a93be886333.tar.xz |
tain_t doc fix
Diffstat (limited to 'doc/libs6net')
-rw-r--r-- | doc/libs6net/ident.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/libs6net/ident.html b/doc/libs6net/ident.html index 74a9217..c3b8c9a 100644 --- a/doc/libs6net/ident.html +++ b/doc/libs6net/ident.html @@ -47,7 +47,7 @@ any kind of authentication or secure operation. <p> <code> int s6net_ident_client (char *s, unsigned int max, ip46_t const *remoteip, uint16 remoteport, ip46_t const *localip, uint16 localport, -struct taia const *deadline, struct taia *stamp) </code> +tain_t const *deadline, tain_t *stamp) </code> </p> <p> @@ -97,7 +97,7 @@ from the server by *<em>deadline</em>, then the call is aborted and returns <p> <code> int s6net_ident_reply_get (char *s, ip46_t const *ra, uint16 rp, ip46_t const *la, uint16 lp, -struct taia const *deadline, struct taia *stamp) </code> +tain_t const *deadline, tain_t *stamp) </code> </p> <p> |