Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Thu Dec 22 20:46:53 UTC 2022 on sn-devel-184
HACK ! Always assumes smb_setup field is zero.
****************************************************************************/
-void send_trans2_replies(connection_struct *conn,
- struct smb_request *req,
- NTSTATUS status,
- const char *params,
- int paramsize,
- const char *pdata,
- int datasize,
- int max_data_bytes)
+static void send_trans2_replies(connection_struct *conn,
+ struct smb_request *req,
+ NTSTATUS status,
+ const char *params,
+ int paramsize,
+ const char *pdata,
+ int datasize,
+ int max_data_bytes)
{
/* As we are using a protocol > LANMAN1 then the max_send
variable must have been set in the sessetupX call.
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-void send_trans2_replies(connection_struct *conn,
- struct smb_request *req,
- NTSTATUS status,
- const char *params,
- int paramsize,
- const char *pdata,
- int datasize,
- int max_data_bytes);
NTSTATUS smb_set_posix_lock(connection_struct *conn,
struct smb_request *req,
const char *pdata,