| 
    GME
    13
    
   
   | 
  
  
  
 
#include <svn_io.h>
Public Attributes | |
| svn_node_kind_t | kind | 
| svn_boolean_t | special | 
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.
If kind is svn_node_file, whether this entry is a special file; else FALSE.
 1.7.6.1