You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
337 B
C
11 lines
337 B
C
#ifndef _OSENGINE__DEBUG_H
|
|
#define _OSENGINE__DEBUG_H
|
|
|
|
void osengine_print_all(OSyncEngine *engine);
|
|
void osengine_print_flags(OSyncEngine *engine);
|
|
void osync_client_print_flags(OSyncClient *client);
|
|
void osengine_mapping_print_flags(OSyncMapping *mapping);
|
|
void osengine_get_wasted(OSyncEngine *engine, int *all, int *wasted);
|
|
|
|
#endif
|