Following prototypes of functions was changed in VFS-module API:
commit922114a1d0524b1cb8a041a6d5fad909a86a6f54
authorSlava Zanko <slavazanko@gmail.com>
Wed, 8 Jun 2011 13:40:36 +0000 (8 16:40 +0300)
committerSlava Zanko <slavazanko@gmail.com>
Thu, 23 Jun 2011 11:45:00 +0000 (23 14:45 +0300)
tree3741fc8d6c2ac19f7220862bd0b6cc45316cda45
parentc442e5e75fc0f3161a09559550b39095ccff95b8
Following prototypes of functions was changed in VFS-module API:

 * archive_check
 * archive_same
 * open_archive

Added new functions:

 * vfs_path_element_clone()
 * vfs_path_clone()
 * vfs_path_remove_element_by_index()

Signed-off-by: Slava Zanko <slavazanko@gmail.com>
lib/tests/vfs/vfs_s_get_path_mangle.c
lib/vfs/direntry.c
lib/vfs/path.c
lib/vfs/path.h
lib/vfs/xdirentry.h
src/vfs/cpio/cpio.c
src/vfs/fish/fish.c
src/vfs/ftpfs/ftpfs.c
src/vfs/tar/tar.c