s3/vfs: add vfs_at_fspcwd()
[vlendec/samba-autobuild/.git] / source3 / include / proto.h
index 0e96fcccc6593aaeda4995d42379e0546d67cc1c..12aa392abae55a21862da51b5934fc8838d03198 100644 (file)
@@ -80,6 +80,10 @@ int map_errno_from_nt_status(NTSTATUS status);
 
 struct file_id vfs_file_id_from_sbuf(connection_struct *conn, const SMB_STRUCT_STAT *sbuf);
 
+NTSTATUS vfs_at_fspcwd(TALLOC_CTX *mem_ctx,
+                      struct connection_struct *conn,
+                      struct files_struct **_fsp);
+
 /* The following definitions come from lib/interface.c  */
 
 bool ismyaddr(const struct sockaddr *ip);