summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2009-08-19 09:57:47 +0200
committerStefan Metzmacher <metze@samba.org>2009-08-27 16:45:40 +0200
commit5234d10c8e8c9d0d2576133c209ba474e1867d28 (patch)
tree28000eb5f0f644b7f07cff649717df832504b63f /source3/include/proto.h
parent09fe57923ab5570aad106b6b82faabe3fcd130fd (diff)
downloadsamba-5234d10c8e8c9d0d2576133c209ba474e1867d28.tar.gz
samba-5234d10c8e8c9d0d2576133c209ba474e1867d28.tar.bz2
samba-5234d10c8e8c9d0d2576133c209ba474e1867d28.zip
s3:smbd: add is_fake_file_path() that takes only the raw path as string
metze
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r--source3/include/proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index b87e3b7f91..ac0eed2b5b 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -6288,6 +6288,7 @@ 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_path(const char *path);
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,