|
|
| version 1.1, 2007/11/21 05:14:46 | version 1.2, 2007/12/04 05:11:38 |
|---|---|
| Line 26 | Line 26 |
| #define WALK_TREE_LOGICAL 0x4 | #define WALK_TREE_LOGICAL 0x4 |
| #define WALK_TREE_DEREFERENCE 0x8 | #define WALK_TREE_DEREFERENCE 0x8 |
| #define WALK_TREE_SYMLINK 0x10 | #define WALK_TREE_TOPLEVEL 0x100 |
| #define WALK_TREE_FAILED 0x20 | #define WALK_TREE_SYMLINK 0x200 |
| #define WALK_TREE_FAILED 0x400 | |
| struct stat; | struct stat; |
| extern int walk_tree(const char *path, int walk_flags, | extern int walk_tree(const char *path, int walk_flags, unsigned int num, |
| int (*func)(const char *, const struct stat *, int, void *), | int (*func)(const char *, const struct stat *, int, |
| void *arg); | void *), void *arg); |
| #endif | #endif |