From 82a96d243214a748fa38bd10894309c3f6e6a20b Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Thu, 7 Jun 2012 16:13:36 +0200 Subject: s3:smbd: refactor fsp_new() out of file_new() Pair-Programmed-With: Volker Lendecke Pair-Programmed-With: Stefan Metzmacher --- source3/smbd/proto.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3/smbd/proto.h') diff --git a/source3/smbd/proto.h b/source3/smbd/proto.h index 53d9e2dd37..7f341363f1 100644 --- a/source3/smbd/proto.h +++ b/source3/smbd/proto.h @@ -364,6 +364,8 @@ NTSTATUS filename_convert_with_privilege(TALLOC_CTX *mem_ctx, /* The following definitions come from smbd/files.c */ +NTSTATUS fsp_new(struct connection_struct *conn, TALLOC_CTX *mem_ctx, + files_struct **result); NTSTATUS file_new(struct smb_request *req, connection_struct *conn, files_struct **result); void file_close_conn(connection_struct *conn); -- cgit