OpenSync 0.22
|
00001 #ifndef _OSENGINE__DEBUG_H 00002 #define _OSENGINE__DEBUG_H 00003 00004 void osengine_print_all(OSyncEngine *engine); 00005 void osengine_print_flags(OSyncEngine *engine); 00006 void osync_client_print_flags(OSyncClient *client); 00007 void osengine_mapping_print_flags(OSyncMapping *mapping); 00008 void osengine_get_wasted(OSyncEngine *engine, int *all, int *wasted); 00009 00010 #endif