summaryrefslogtreecommitdiff
path: root/source3/smbd/proto.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2011-07-29 16:36:58 +0200
committerVolker Lendecke <vl@samba.org>2011-07-29 16:43:17 +0200
commit190b5432f0fd55113b26c97aeac97c76b28dbedf (patch)
tree0bf4362f0e1e59ef570662799ba46e2b3f08a17b /source3/smbd/proto.h
parent0102c6e2bc289352ab726d68956c126727cf8d81 (diff)
downloadsamba-190b5432f0fd55113b26c97aeac97c76b28dbedf.tar.gz
samba-190b5432f0fd55113b26c97aeac97c76b28dbedf.tar.bz2
samba-190b5432f0fd55113b26c97aeac97c76b28dbedf.zip
s3: Make map_open_params_to_ntcreate() available in lib/
Diffstat (limited to 'source3/smbd/proto.h')
-rw-r--r--source3/smbd/proto.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/source3/smbd/proto.h b/source3/smbd/proto.h
index 02c82f7d2a..b2acaa0ee7 100644
--- a/source3/smbd/proto.h
+++ b/source3/smbd/proto.h
@@ -608,13 +608,6 @@ NTSTATUS fcb_or_dos_open(struct smb_request *req,
uint32 access_mask,
uint32 share_access,
uint32 create_options);
-bool map_open_params_to_ntcreate(const char *smb_base_fname,
- int deny_mode, int open_func,
- uint32 *paccess_mask,
- uint32 *pshare_mode,
- uint32 *pcreate_disposition,
- uint32 *pcreate_options,
- uint32_t *pprivate_flags);
void remove_deferred_open_entry(struct file_id id, uint64_t mid,
struct server_id pid);
NTSTATUS open_file_fchmod(connection_struct *conn,