X-Git-Url: http://wpitchoune.net/gitweb/?p=psensor-pkg-debian.git;a=blobdiff_plain;f=src%2Flib%2Flog.h;h=30a904bac744249f5fcf10d82d33d4b7c0f92b0c;hp=f5fd2277547fe1265ce10a3edfd98e1e39c2161d;hb=1b39809fbf70fd176646aa2343774bdf04951ee9;hpb=f055e7507526592d3a74c652f5f053701614c9c0 diff --git a/src/lib/log.h b/src/lib/log.h index f5fd227..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 @@ -30,6 +30,9 @@ 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();