Subversion 1.6.16
|
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. | |
svn_boolean_t | special |
If kind is svn_node_file , whether this entry is a special file; else FALSE. |
Represents the kind and special status of a directory entry.
If kind
is svn_node_file
, whether this entry is a special file; else FALSE.