![]()  | 
  
    Subversion
    
   | 
 
A generic checksum representation. More...
#include <svn_checksum.h>
Data Fields | |
| const unsigned char * | digest | 
| The bytes of the checksum.  More... | |
| svn_checksum_kind_t | kind | 
| The type of the checksum.  More... | |
| const unsigned char* svn_checksum_t::digest | 
The bytes of the checksum.
Definition at line 72 of file svn_checksum.h.
| svn_checksum_kind_t svn_checksum_t::kind | 
The type of the checksum.
This should never be changed by consumers of the APIs.
Definition at line 76 of file svn_checksum.h.
 1.8.11