File: print.h

package info (click to toggle)
ffproxy 1.6-11
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 832 kB
  • ctags: 1,260
  • sloc: ansic: 2,309; asm: 578; sh: 425; makefile: 90
file content (12 lines) | stat: -rw-r--r-- 359 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
#ifdef USE_DEBUG
#define DEBUG(args)	(void) printf args , (void) printf("\n");;
#else
#define DEBUG(args)	;
#endif

void            setup_log_master(void);
void            setup_log_slave(void);
void            fatal(const char *,...);
void            fatal_n(const char *,...);
void            warn(const char *,...);
void            info(const char *,...);