• Main Page
  • Related Pages
  • Modules
  • Data Structures
  • Files
  • File List

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_

Generated on Mon Jul 26 2010 for OpenSync by  doxygen 1.7.1