]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3:client: Make cmd_iosize() static
authorAndreas Schneider <asn@samba.org>
Wed, 29 Oct 2025 09:25:39 +0000 (10:25 +0100)
committerAnoop C S <anoopcs@samba.org>
Thu, 6 Nov 2025 08:56:31 +0000 (08:56 +0000)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Anoop C S <anoopcs@samba.org>
source3/client/client.c
source3/client/client_proto.h

index c8b157bb0c3b371ddbbcba377bc8d52a9a5a1e27..690fd3f3f7317259ac504cd99c631cbdf9f00456 100644 (file)
@@ -5519,7 +5519,7 @@ out:
  iosize command
 ***************************************************************************/
 
-int cmd_iosize(void)
+static int cmd_iosize(void)
 {
        TALLOC_CTX *ctx = talloc_tos();
        char *buf;
index 0c83ba9d731834a9e4aa25baee5ce51d50d20b14..2b88ad4f15f3b27f13ecfee4e1160105c0128b5f 100644 (file)
@@ -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  */