X-Git-Url: http://wpitchoune.net/gitweb/?p=psensor-pkg-debian.git;a=blobdiff_plain;f=src%2Fserver%2Fsysinfo.h;h=1d0537a31b76ecc2669d7a656cf88f238c2eb640;hp=491cb91caa71915add8d87fad7cc6510ab0496cd;hb=3361fda8735c65887a859c9faf287cb105ae6bc8;hpb=dcd813f21c83592155f712ff1acf450b483d8072 diff --git a/src/server/sysinfo.h b/src/server/sysinfo.h index 491cb91..1d0537a 100644 --- a/src/server/sysinfo.h +++ b/src/server/sysinfo.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 @@ -37,7 +37,7 @@ struct psysinfo { }; void sysinfo_update(struct psysinfo *sysinfo); -void sysinfo_cleanup(); +void sysinfo_cleanup(void); char *sysinfo_to_json_string(const struct psysinfo *sysinfo);