s3: client - rename 'struct smb2_create_returns' to 'struct smb_create_returns' so...
[samba.git] / libcli / smb / smb2cli_create.c
index 9cb94b11962cc334b13252cf3e14a560e261fedf..834a88146ce3a46ef012d2323677ce5b0205b7d8 100644 (file)
@@ -29,7 +29,7 @@ struct smb2cli_create_state {
 
        uint64_t fid_persistent;
        uint64_t fid_volatile;
-       struct smb2_create_returns cr;
+       struct smb_create_returns cr;
        struct smb2_create_blobs blobs;
 };
 
@@ -225,7 +225,7 @@ static void smb2cli_create_done(struct tevent_req *subreq)
 NTSTATUS smb2cli_create_recv(struct tevent_req *req,
                             uint64_t *fid_persistent,
                             uint64_t *fid_volatile,
-                            struct smb2_create_returns *cr)
+                            struct smb_create_returns *cr)
 {
        struct smb2cli_create_state *state =
                tevent_req_data(req,
@@ -258,7 +258,7 @@ NTSTATUS smb2cli_create(struct smbXcli_conn *conn,
                        struct smb2_create_blobs *blobs,
                        uint64_t *fid_persistent,
                        uint64_t *fid_volatile,
-                       struct smb2_create_returns *cr)
+                       struct smb_create_returns *cr)
 {
        TALLOC_CTX *frame = talloc_stackframe();
        struct tevent_context *ev;