sgl

view src/log.h @ 28:f5e83de47903

added --prefix and --without-whatever args in configure script
author John Tsiombikas <nuclear@member.fsf.org>
date Mon, 27 Jun 2011 01:59:26 +0300
parents
children
line source
1 #ifndef LOG_H_
2 #define LOG_H_
4 void sgl_log(const char *fmt, ...);
6 #endif /* LOG_H_ */