libsmb: Pass "flags" through cli_close_send() and pylibsmb
[samba.git] / source3 / libsmb / proto.h
index 6ed2be9757a0e011f859514ee722cebfd2273775..b5a0311469e0530bd5542d96f4d1ee87e6e256f2 100644 (file)
@@ -435,7 +435,9 @@ struct tevent_req *cli_smb1_close_create(TALLOC_CTX *mem_ctx,
                                    struct tevent_req **psubreq);
 struct tevent_req *cli_close_send(TALLOC_CTX *mem_ctx,
                                  struct tevent_context *ev,
-                                 struct cli_state *cli, uint16_t fnum);
+                                 struct cli_state *cli,
+                                 uint16_t fnum,
+                                 uint16_t flags);
 NTSTATUS cli_close_recv(struct tevent_req *req);
 NTSTATUS cli_close(struct cli_state *cli, uint16_t fnum);
 struct tevent_req *cli_ftruncate_send(TALLOC_CTX *mem_ctx,