diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2021-08-10 00:26:41 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska@appnovation.com> | 2021-08-10 00:26:41 +0000 |
| commit | fb68edd32df2e2d9b4e8eae813ce6c60d82b4204 (patch) | |
| tree | 325aade56f0bc4578e1c7da190af629da1af242f /src/libs6net/s6net_ident_client.c | |
| parent | 260f1feffc8d48f1181929ce12a9f2cb65a2a5cb (diff) | |
| download | s6-networking-fb68edd32df2e2d9b4e8eae813ce6c60d82b4204.tar.gz | |
Adapt to skalibs-2.11.0.0
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'src/libs6net/s6net_ident_client.c')
| -rw-r--r-- | src/libs6net/s6net_ident_client.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs6net/s6net_ident_client.c b/src/libs6net/s6net_ident_client.c index d09da7a..9a6356f 100644 --- a/src/libs6net/s6net_ident_client.c +++ b/src/libs6net/s6net_ident_client.c @@ -4,7 +4,7 @@ #include <errno.h> #include <s6-networking/ident.h> -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) +ssize_t s6net_ident_client (char *s, size_t max, ip46 const *remoteip, uint16_t remoteport, ip46 const *localip, uint16_t localport, tain const *deadline, tain *stamp) { char buf[S6NET_IDENT_REPLY_SIZE] ; size_t len ; |
