diff options
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 7c1ca8c012..6bb96e9fe3 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -6139,7 +6139,7 @@ bool check_fsp_ntquota_handle(connection_struct *conn, struct smb_request *req, files_struct *fsp); bool fsp_belongs_conn(connection_struct *conn, struct smb_request *req, files_struct *fsp); -void reply_special(char *inbuf); +void reply_special(struct smbd_server_connection *sconn, char *inbuf); void reply_tcon(struct smb_request *req); void reply_tcon_and_X(struct smb_request *req); void reply_unknown_new(struct smb_request *req, uint8 type); |