]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
libsmb: Remove duplicate prototypes
authorVolker Lendecke <vl@samba.org>
Fri, 20 Sep 2024 17:21:08 +0000 (19:21 +0200)
committerRalph Boehme <slow@samba.org>
Thu, 26 Sep 2024 15:22:46 +0000 (15:22 +0000)
libcli/smb/smb_util.h also has these

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/libsmb/proto.h

index cecd898d7cfe34b77ed878b4773280cee5a56da3..26f7161d95fc35857d37dedd978899d8153abf79 100644 (file)
@@ -275,8 +275,6 @@ NTSTATUS cli_posix_hardlink_recv(struct tevent_req *req);
 NTSTATUS cli_posix_hardlink(struct cli_state *cli,
                        const char *oldname,
                        const char *newname);
-uint32_t unix_perms_to_wire(mode_t perms);
-mode_t wire_perms_to_unix(uint32_t perms);
 struct tevent_req *cli_posix_getacl_send(TALLOC_CTX *mem_ctx,
                                        struct tevent_context *ev,
                                        struct cli_state *cli,