s3: smbd: Make change_file_owner_to_parent() static.
[samba.git] / source3 / smbd / open.c
index 1ab8c668cfac2012e979daaed687e730183e659e..32672373646348479a269349139eda0e3218db6c 100644 (file)
@@ -939,7 +939,7 @@ NTSTATUS fd_close(files_struct *fsp)
  Do this by fd if possible.
 ****************************************************************************/
 
-void change_file_owner_to_parent(connection_struct *conn,
+static void change_file_owner_to_parent(connection_struct *conn,
                                 struct smb_filename *smb_fname_parent,
                                 files_struct *fsp)
 {