diff options
| author | Volker Lendecke <vl@samba.org> | 2008-11-01 17:19:31 +0100 |
|---|---|---|
| committer | Volker Lendecke <vl@samba.org> | 2008-11-01 19:41:07 +0100 |
| commit | 63da08d00fdec52a7384b8c3d6a6c6dee3ace7a7 (patch) | |
| tree | e591a71536fedf0842fa131ac89d23a7338a7c16 /source3/include | |
| parent | 7f9d6f80efbc211977b13ece80fff6adbea929ac (diff) | |
Apply some const to np_write()
Diffstat (limited to 'source3/include')
| -rw-r--r-- | source3/include/proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 43cddbae51..2c2232ade8 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -6978,7 +6978,7 @@ void init_rpc_pipe_hnd(void); bool fsp_is_np(struct files_struct *fsp); NTSTATUS np_open(struct smb_request *smb_req, struct connection_struct *conn, const char *name, struct files_struct **pfsp); -NTSTATUS np_write(struct files_struct *fsp, uint8_t *data, size_t len, +NTSTATUS np_write(struct files_struct *fsp, const uint8_t *data, size_t len, ssize_t *nwritten); NTSTATUS np_read(struct files_struct *fsp, uint8_t *data, size_t len, ssize_t *nread, bool *is_data_outstanding); |
