diff options
author | Tim Prouty <tprouty@samba.org> | 2008-11-19 21:26:42 -0800 |
---|---|---|
committer | Tim Prouty <tprouty@samba.org> | 2008-12-09 14:51:48 -0800 |
commit | 2053f77b3c71ad40a875614b98e547fd558375ad (patch) | |
tree | 58ee731cbf457ed76af783c3e536a9cfae6116b9 /source3/include | |
parent | 6153f622af0cd7855ca349f73307988c1b9478b8 (diff) | |
download | samba-2053f77b3c71ad40a875614b98e547fd558375ad.tar.gz samba-2053f77b3c71ad40a875614b98e547fd558375ad.tar.bz2 samba-2053f77b3c71ad40a875614b98e547fd558375ad.zip |
s3: Refactor calculating path from relative_fid into a separate function
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 26d131e393..d0ad361701 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -8163,6 +8163,10 @@ NTSTATUS create_file_default(connection_struct *conn, files_struct **result, int *pinfo, SMB_STRUCT_STAT *psbuf); +NTSTATUS get_relative_fid_filename(connection_struct *conn, + struct smb_request *req, + uint16_t root_dir_fid, + const char *fname, char **new_fname); /* The following definitions come from smbd/oplock.c */ |