From 015511d12a8cc1982249254b8893f83171ec2edf Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Wed, 13 Apr 2011 15:40:15 +0200 Subject: s3: Make send_nt_replies() static Autobuild-User: Volker Lendecke Autobuild-Date: Wed Apr 13 16:25:29 CEST 2011 on sn-devel-104 --- source3/smbd/proto.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'source3/smbd/proto.h') diff --git a/source3/smbd/proto.h b/source3/smbd/proto.h index a0c94b46c6..c097202676 100644 --- a/source3/smbd/proto.h +++ b/source3/smbd/proto.h @@ -504,10 +504,6 @@ void *init_quota_handle(TALLOC_CTX *mem_ctx); /* The following definitions come from smbd/nttrans.c */ -void send_nt_replies(connection_struct *conn, - struct smb_request *req, NTSTATUS nt_error, - char *params, int paramsize, - char *pdata, int datasize); void reply_ntcreate_and_X(struct smb_request *req); NTSTATUS set_sd(files_struct *fsp, uint8_t *data, uint32_t sd_len, uint32_t security_info_sent); -- cgit