Change inode deletion to prevent issue raised by YBUG
[yaffs2.git] / yaffs_guts.h
index 284e206040eb14c485d8fe55cf0a86307679b2f2..bef284f398f7173243e3a822fa22fb276c4fbda4 100644 (file)
@@ -824,7 +824,7 @@ int yaffs_RenameObject(yaffs_Object * oldDir, const YCHAR * oldName,
                       yaffs_Object * newDir, const YCHAR * newName);
 
 int yaffs_Unlink(yaffs_Object * dir, const YCHAR * name);
-int yaffs_DeleteFile(yaffs_Object * obj);
+int yaffs_DeleteObject(yaffs_Object * obj);
 
 int yaffs_GetObjectName(yaffs_Object * obj, YCHAR * name, int buffSize);
 int yaffs_GetObjectFileLength(yaffs_Object * obj);