Codebase list ffproxy / c5c09322-b313-4de6-be25-1117a3a88592/main print.h
c5c09322-b313-4de6-be25-1117a3a88592/main

Tree @c5c09322-b313-4de6-be25-1117a3a88592/main (Download .tar.gz)

print.h @c5c09322-b313-4de6-be25-1117a3a88592/mainraw · history · blame

#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 *,...);