summaryrefslogtreecommitdiff
path: root/source3/smbd/proto.h
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2012-06-07 16:13:36 +0200
committerStefan Metzmacher <metze@samba.org>2012-06-15 03:28:13 +0200
commit82a96d243214a748fa38bd10894309c3f6e6a20b (patch)
tree0454b0d70730ebc17bcf745039bf29859cb67009 /source3/smbd/proto.h
parent98bd0d18db0ff6f08b38d409528a9e15b0d5b560 (diff)
downloadsamba-82a96d243214a748fa38bd10894309c3f6e6a20b.tar.gz
samba-82a96d243214a748fa38bd10894309c3f6e6a20b.tar.bz2
samba-82a96d243214a748fa38bd10894309c3f6e6a20b.zip
s3:smbd: refactor fsp_new() out of file_new()
Pair-Programmed-With: Volker Lendecke <vl@samba.org> Pair-Programmed-With: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source3/smbd/proto.h')
-rw-r--r--source3/smbd/proto.h2
1 files changed, 2 insertions, 0 deletions
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);