summaryrefslogtreecommitdiff
path: root/source3/smbd/proto.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2012-08-31 14:52:21 +0200
committerJeremy Allison <jra@samba.org>2012-09-04 15:15:00 -0700
commit93e10db3dde3616ab61bf28e0b9c44378d445ab5 (patch)
tree847e091745452cf12fc214349122e06be8d449ad /source3/smbd/proto.h
parent1c9b1e07662dca308c8432890d3d5055639b675a (diff)
downloadsamba-93e10db3dde3616ab61bf28e0b9c44378d445ab5.tar.gz
samba-93e10db3dde3616ab61bf28e0b9c44378d445ab5.tar.bz2
samba-93e10db3dde3616ab61bf28e0b9c44378d445ab5.zip
s3: Make "open_match_attributes" static
Signed-off-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/smbd/proto.h')
-rw-r--r--source3/smbd/proto.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/source3/smbd/proto.h b/source3/smbd/proto.h
index 5f4947e934..b7bab6ebfc 100644
--- a/source3/smbd/proto.h
+++ b/source3/smbd/proto.h
@@ -608,12 +608,6 @@ NTSTATUS change_dir_owner_to_parent(connection_struct *conn,
const char *fname,
SMB_STRUCT_STAT *psbuf);
bool is_stat_open(uint32 access_mask);
-bool open_match_attributes(connection_struct *conn,
- uint32 old_dos_attr,
- uint32 new_dos_attr,
- mode_t existing_unx_mode,
- mode_t new_unx_mode,
- mode_t *returned_unx_mode);
void remove_deferred_open_entry(struct file_id id, uint64_t mid,
struct server_id pid);
bool is_deferred_open_async(const void *ptr);