Differences From Artifact [9f0d4ad9d1]:
- File xvfs.c.rvt — part of check-in [303b2de493] at 2019-05-02 13:58:44 on branch trunk — Moved header to template (user: rkeene, size: 776) [annotate] [blame] [check-ins using]
To Artifact [4e953f2209]:
- File xvfs.c.rvt — part of check-in [1ecab39ce5] at 2019-05-02 14:16:15 on branch trunk — Renamed core bits to "xvfs-core" (user: rkeene, size: 774) [annotate] [blame] [check-ins using]
|
| | | 1 2 3 4 5 6 7 8 | #include <xvfs-core.h> #include <unistd.h> #include <tcl.h> typedef enum { XVFS_FILE_TYPE_REG, XVFS_FILE_TYPE_DIR } xvfs_file_type_t; |
︙ | ︙ |