OpenSync 0.22
opensync/opensync_hashtable_internals.h
00001 #ifndef _OPENSYNC_HASHTABLE_INTERNALS_H_
00002 #define _OPENSYNC_HASHTABLE_INTERNALS_H_
00003 
00005 struct OSyncHashTable {
00006 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00007         OSyncDB *dbhandle;
00008         GHashTable *used_entries;
00009 #endif
00010 };
00011 
00012 #endif //_OPENSYNC_HASHTABLE_INTERNALS_H_