1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

s3:client: Fix old-style function definition

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
Andreas Schneider 2022-10-27 08:46:39 +02:00 committed by Jeremy Allison
parent 80dc3bc2b8
commit 81f4335dfb

View File

@ -218,7 +218,7 @@ static NTSTATUS is_subpath(const char *sub, const char *full,
/*
* tar_get_ctx - retrieve global tar context handle
*/
struct tar *tar_get_ctx()
struct tar *tar_get_ctx(void)
{
return &tar_ctx;
}