libsmb: Convert cli_posix_stat_send/recv() to modern conventions
authorVolker Lendecke <vl@samba.org>
Thu, 16 Feb 2023 16:35:24 +0000 (17:35 +0100)
committerJeremy Allison <jra@samba.org>
Thu, 9 Mar 2023 18:10:33 +0000 (18:10 +0000)
commit9bb8795aebdaad10713c791e45f11e3a4b94d5ff
treeb135f4cb8eaa7b3de34c4144029fc492048cda2a
parentcc4a2d4edc756e79ad91b10086df910e512f9c7a
libsmb: Convert cli_posix_stat_send/recv() to modern conventions

It's unusual these days to pass output arguments in the _send
function, instead save the result in the _state struct

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/libsmb/clifile.c
source3/libsmb/proto.h