ndktest

annotate src/logger.h @ 0:1310df7cdf25

initial commit
author John Tsiombikas <nuclear@member.fsf.org>
date Thu, 23 Apr 2015 20:54:02 +0300
parents
children
rev   line source
nuclear@0 1 #ifndef LOGGER_H_
nuclear@0 2 #define LOGGER_H_
nuclear@0 3
nuclear@0 4 int start_logger(void);
nuclear@0 5
nuclear@0 6 #endif /* LOGGER_H_ */