Further extensions for VxWorks wrapper
[yaffs2.git] / yaffs_guts.c
index 89fb2a9bbac589f10c1c058312b02db4ccc205f5..4e679bf2cf97efabcfcc6eddfaa81c36c748238c 100644 (file)
@@ -4080,7 +4080,7 @@ static int yaffs_unlink_worker(struct yaffs_obj *obj)
        }
 }
 
-static int yaffs_unlink_obj(struct yaffs_obj *obj)
+int yaffs_unlink_obj(struct yaffs_obj *obj)
 {
        if (obj && obj->unlink_allowed)
                return yaffs_unlink_worker(obj);