rayzor

annotate src/logger.h @ 2:c273c6f799a4

added fixcase utility to fix the ftp-ed files' case on linux
author John Tsiombikas <nuclear@member.fsf.org>
date Sat, 05 Apr 2014 18:31:00 +0300
parents 2a5340a6eee4
children a68dbf80d547
rev   line source
nuclear@1 1 #ifndef LOGGER_H_
nuclear@1 2 #define LOGGER_H_
nuclear@1 3
nuclear@1 4 #ifdef __cplusplus
nuclear@1 5 extern "C" {
nuclear@1 6 #endif
nuclear@1 7
nuclear@1 8 void printlog(const char *fmt, ...);
nuclear@1 9
nuclear@1 10 #ifdef __cplusplus
nuclear@1 11 }
nuclear@1 12 #endif
nuclear@1 13
nuclear@1 14 #endif /* LOGGER_H_ */