Subversion 1.6.16
|
This structure is used to hold a key/value from a hash table. More...
#include <svn_sorts.h>
Data Fields | |
const void * | key |
pointer to the key | |
apr_ssize_t | klen |
size of the key | |
void * | value |
pointer to the value |
This structure is used to hold a key/value from a hash table.
Definition at line 50 of file svn_sorts.h.