packio

view src/logger.h @ 1:a5728bc6a02f

moving along
author John Tsiombikas <nuclear@member.fsf.org>
date Fri, 09 Jan 2015 02:31:29 +0200
parents
children
line source
1 #ifndef LOGGER_H_
2 #define LOGGER_H_
4 void pkio_logmsg(const char *fmt, ...);
6 #endif /* LOGGER_H_ */