removed log_puts (replaced by log_printf)
[psensor.git] / src / lib / log.h
index a8a0245..5aaf22b 100644 (file)
@@ -30,7 +30,6 @@ enum log_level {
 void log_open(const char *path, int lvl);
 
 void log_printf(int lvl, const char *fmt, ...);
-void log_puts(int lvl, const char *msg);
 
 void log_close();