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:
parent
80dc3bc2b8
commit
81f4335dfb
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user