diff options
Diffstat (limited to 'source3/include/proto.h')
-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 783688e486..13f392d544 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -9727,7 +9727,7 @@ NTSTATUS dup_file_fsp(files_struct *fsp, /* The following definitions come from smbd/ipc.c */ void send_trans_reply(connection_struct *conn, - struct smb_request *req, + const uint8_t *inbuf, char *rparam, int rparam_len, char *rdata, int rdata_len, bool buffer_too_large); |