File: osengine_debug.h

package info (click to toggle)
opensync 0.22-4squeeze1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 4,720 kB
  • ctags: 2,595
  • sloc: ansic: 28,108; sh: 8,926; makefile: 433
file content (10 lines) | stat: -rw-r--r-- 337 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
#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