OpenSync  0.22
opensync_hashtable_internals.h
1 #ifndef _OPENSYNC_HASHTABLE_INTERNALS_H_
2 #define _OPENSYNC_HASHTABLE_INTERNALS_H_
3 
5 struct OSyncHashTable {
6 #ifndef DOXYGEN_SHOULD_SKIP_THIS
7  OSyncDB *dbhandle;
8  GHashTable *used_entries;
9 #endif
10 };
11 
12 #endif //_OPENSYNC_HASHTABLE_INTERNALS_H_