librsync
2.0.2
|
The hashtable iterator type. More...
Data Fields | |
hashtable_t * | htable |
The hashtable to iterate over. More... | |
int | index |
The index to scan from next. More... | |
The hashtable iterator type.
Definition at line 141 of file hashtable.h.
hashtable_t* hashtable_iter::htable |
The hashtable to iterate over.
Definition at line 142 of file hashtable.h.
int hashtable_iter::index |
The index to scan from next.
Definition at line 143 of file hashtable.h.