summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
diff options
context:
space:
mode:
authorTim Prouty <tprouty@samba.org>2009-07-10 15:43:21 -0700
committerTim Prouty <tprouty@samba.org>2009-07-20 17:26:57 -0700
commitf4530f6d2a0688e350c3c7be23f256ebceffa636 (patch)
tree785069a2aa45cf71426dfbd2ef4e2d652a8be02c /source3/include/proto.h
parent841efce8b5e931a7ec910afb7d0d8b6a123c6900 (diff)
downloadsamba-f4530f6d2a0688e350c3c7be23f256ebceffa636.tar.gz
samba-f4530f6d2a0688e350c3c7be23f256ebceffa636.tar.bz2
samba-f4530f6d2a0688e350c3c7be23f256ebceffa636.zip
s3: Plumb smb_filename through open_fake_file
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r--source3/include/proto.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index c26f2a7c3a..c48cebce11 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -6266,11 +6266,11 @@ void reply_openerror(struct smb_request *req, NTSTATUS status);
/* The following definitions come from smbd/fake_file.c */
-enum FAKE_FILE_TYPE is_fake_file(const char *fname);
+enum FAKE_FILE_TYPE is_fake_file(const struct smb_filename *smb_fname);
NTSTATUS open_fake_file(struct smb_request *req, connection_struct *conn,
uint16_t current_vuid,
enum FAKE_FILE_TYPE fake_file_type,
- const char *fname,
+ const struct smb_filename *smb_fname,
uint32 access_mask,
files_struct **result);
NTSTATUS close_fake_file(struct smb_request *req, files_struct *fsp);