add exfat support
[project/mountd.git] / include / log.h
1 #ifndef _LOG_H__
2 #define _LOG_H__
3 void log_start(void);
4 void log_stop(void);
5 void log_printf(char *fmt, ...);
6 #endif