X-Git-Url: https://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Flog.h;h=38efb3e886d3a674933db52616b182555c69da9f;hb=de6a2cf11673ad8109b986e7cf24f626ad80df22;hp=cf4fcd30e20089d6aaa6fc7d6e31e103d3cd61a8;hpb=ff32cd5473f5c2251dc199a1d48a0b712fd8b3cd;p=psensor.git diff --git a/src/lib/log.h b/src/lib/log.h index cf4fcd3..38efb3e 100644 --- a/src/lib/log.h +++ b/src/lib/log.h @@ -30,6 +30,7 @@ enum log_level { void log_open(const char *path); void log_printf(int lvl, const char *fmt, ...); +void log_debug(const char *fmt, ...); void log_close();