X-Git-Url: http://wpitchoune.net/gitweb/?p=psensor-pkg-debian.git;a=blobdiff_plain;f=src%2Flib%2Fslog.h;h=4a39461aed8bf3c7bc940cd9f21afbe5206b96d8;hp=34ebe23e06c5edad70142c046f9d9b3be6b6123f;hb=3361fda8735c65887a859c9faf287cb105ae6bc8;hpb=ba85e3eadb75ad8bd62d9f46f5f13c33b42cb864 diff --git a/src/lib/slog.h b/src/lib/slog.h index 34ebe23..4a39461 100644 --- a/src/lib/slog.h +++ b/src/lib/slog.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2013 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 @@ -24,6 +24,6 @@ #include "psensor.h" bool slog_activate(const char *, struct psensor **, pthread_mutex_t *, int s); -void slog_close(); +void slog_close(void); #endif