X-Git-Url: http://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Flog.h;h=30a904bac744249f5fcf10d82d33d4b7c0f92b0c;hb=f3b05dae619a7909bd7422b3a82422c9442aa114;hp=3aa4175afd0b142a8a01cdfbc9a81becd766d4c8;hpb=b5549d08d809a9da03ce95b2f7269cb3469a2a10;p=psensor.git diff --git a/src/lib/log.h b/src/lib/log.h index 3aa4175..30a904b 100644 --- a/src/lib/log.h +++ b/src/lib/log.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 jeanfi@gmail.com + * Copyright (C) 2010-2014 jeanfi@gmail.com * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as @@ -31,6 +31,7 @@ void log_open(const char *path); void log_printf(int lvl, const char *fmt, ...); void log_debug(const char *fmt, ...); void log_err(const char *fmt, ...); +void log_info(const char *fmt, ...); void log_warn(const char *fmt, ...); void log_close();