Begin RR support. Symlinks and Special files added to low level tree.

This commit is contained in:
Vreixo Formoso
2007-12-23 16:16:26 +01:00
parent b8aa48038b
commit ca1385cce1
5 changed files with 129 additions and 70 deletions

View File

@ -14,7 +14,10 @@
enum ecma119_node_type {
ECMA119_FILE,
ECMA119_DIR
ECMA119_DIR,
ECMA119_SYMLINK,
ECMA119_SPECIAL,
ECMA119_PLACEHOLDER
};
/**