Subversion
|
Represents the kind and special status of a directory entry. More...
#include <svn_io.h>
Data Fields | |
svn_node_kind_t | kind |
The kind of this entry. More... | |
svn_boolean_t | special |
If kind is svn_node_file, whether this entry is a special file; else FALSE. More... | |
Represents the kind and special status of a directory entry.
Note that the first two fields are exactly identical to svn_io_dirent2_t to allow returning a svn_io_dirent2_t as a svn_io_dirent_t.
svn_node_kind_t svn_io_dirent_t::kind |
svn_boolean_t svn_io_dirent_t::special |
If kind
is svn_node_file, whether this entry is a special file; else FALSE.