Add some unit tests related to IsoNode.

This commit is contained in:
Vreixo Formoso
2007-12-06 16:19:14 +01:00
parent 5abb569e0c
commit dad43d9ede
2 changed files with 222 additions and 22 deletions

View File

@ -539,7 +539,6 @@ int iso_tree_add_new_symlink(IsoDir *parent, const char *name,
* ISO_NODE_NAME_NOT_UNIQUE, a node with same name already exists
* ISO_WRONG_ARG_VALUE if you select a incorrect mode
* ISO_MEM_ERROR
*
*/
int iso_tree_add_new_special(IsoDir *parent, const char *name, mode_t mode,
dev_t dev, IsoSpecial **special);