summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2010-11-04 18:49:55 +0100
committerVolker Lendecke <vlendec@samba.org>2010-11-04 17:44:09 +0000
commitc133fcc0b1e844103c6454b370f7cd101f09df47 (patch)
tree8d620b24c666442f19709bce5ceff9a3826b2a76
parent8516fad3b49f6ac87e9e17dc2929433116dcb04d (diff)
downloadsamba-c133fcc0b1e844103c6454b370f7cd101f09df47.tar.gz
samba-c133fcc0b1e844103c6454b370f7cd101f09df47.tar.bz2
samba-c133fcc0b1e844103c6454b370f7cd101f09df47.zip
s3: Remove an unused prototype
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Thu Nov 4 17:44:09 UTC 2010 on sn-devel-104
-rw-r--r--source3/smbd/open.c17
1 files changed, 0 insertions, 17 deletions
diff --git a/source3/smbd/open.c b/source3/smbd/open.c
index f5de607713..85513bdd92 100644
--- a/source3/smbd/open.c
+++ b/source3/smbd/open.c
@@ -34,23 +34,6 @@ struct deferred_open_record {
struct file_id id;
};
-static NTSTATUS create_file_unixpath(connection_struct *conn,
- struct smb_request *req,
- struct smb_filename *smb_fname,
- uint32_t access_mask,
- uint32_t share_access,
- uint32_t create_disposition,
- uint32_t create_options,
- uint32_t file_attributes,
- uint32_t oplock_request,
- uint64_t allocation_size,
- uint32_t private_flags,
- struct security_descriptor *sd,
- struct ea_list *ea_list,
-
- files_struct **result,
- int *pinfo);
-
/****************************************************************************
SMB1 file varient of se_access_check. Never test FILE_READ_ATTRIBUTES.
****************************************************************************/