OpenSync  0.22
osengine_debug.h
1 #ifndef _OSENGINE__DEBUG_H
2 #define _OSENGINE__DEBUG_H
3 
4 void osengine_print_all(OSyncEngine *engine);
5 void osengine_print_flags(OSyncEngine *engine);
6 void osync_client_print_flags(OSyncClient *client);
7 void osengine_mapping_print_flags(OSyncMapping *mapping);
8 void osengine_get_wasted(OSyncEngine *engine, int *all, int *wasted);
9 
10 #endif