s3:libsmb: pass impersonation_level to cli_ntcreate_send()
[amitay/samba.git] / source3 / libsmb / proto.h
index 941d154b5b55f5d43348ec89588205065877ead2..bfad4dcc011d24e04bcf9fc8dcd907f8ab7b6991 100644 (file)
@@ -397,6 +397,7 @@ struct tevent_req *cli_ntcreate_send(TALLOC_CTX *mem_ctx,
                                     uint32_t ShareAccess,
                                     uint32_t CreateDisposition,
                                     uint32_t CreateOptions,
+                                    uint32_t ImpersonationLevel,
                                     uint8_t SecurityFlags);
 NTSTATUS cli_ntcreate_recv(struct tevent_req *req,
                        uint16_t *pfnum,