[PATCH] Update send_nt_replies() definition in proto.h to include setup and

David Disseldorp ddiss at sgi.com
Fri Jun 13 08:19:11 GMT 2008


---
 source/include/proto.h |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/source/include/proto.h b/source/include/proto.h
index dfde0c7..48f57bf 100644
--- a/source/include/proto.h
+++ b/source/include/proto.h
@@ -9852,7 +9852,8 @@ 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,
+		     struct smb_request *req, NTSTATUS nt_error,
+		     uint16 *setup, uint8 setup_count,
 		     char *params, int paramsize,
 		     char *pdata, int datasize);
 bool is_ntfs_stream_name(const char *fname);
-- 
1.5.4.rc0



More information about the samba-technical mailing list