From e8bd06a748d57a2cbae837780af3864fb81b193b Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Wed, 29 Oct 2025 10:25:39 +0100 Subject: [PATCH] s3:client: Make cmd_iosize() static Signed-off-by: Andreas Schneider Reviewed-by: Anoop C S --- source3/client/client.c | 2 +- source3/client/client_proto.h | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/source3/client/client.c b/source3/client/client.c index c8b157bb0c3..690fd3f3f73 100644 --- a/source3/client/client.c +++ b/source3/client/client.c @@ -5519,7 +5519,7 @@ out: iosize command ***************************************************************************/ -int cmd_iosize(void) +static int cmd_iosize(void) { TALLOC_CTX *ctx = talloc_tos(); char *buf; diff --git a/source3/client/client_proto.h b/source3/client/client_proto.h index 0c83ba9d731..2b88ad4f15f 100644 --- a/source3/client/client_proto.h +++ b/source3/client/client_proto.h @@ -43,7 +43,6 @@ NTSTATUS do_list(const char *mask, bool rec, bool dirs); int set_remote_attr(const char *filename, uint32_t new_attr, int mode); -int cmd_iosize(void); /* The following definitions come from client/dnsbrowse.c */ -- 2.47.3