X-Git-Url: http://wpitchoune.net/gitweb/?p=psensor-pkg-debian.git;a=blobdiff_plain;f=src%2Fserver%2Fsysinfo.h;h=1d0537a31b76ecc2669d7a656cf88f238c2eb640;hp=ecc054bea40a91379175e5f67717e28d34dd9212;hb=bd7036af56a4b61b2b473dccbeac5e26f78b57da;hpb=f055e7507526592d3a74c652f5f053701614c9c0 diff --git a/src/server/sysinfo.h b/src/server/sysinfo.h index ecc054b..1d0537a 100644 --- a/src/server/sysinfo.h +++ b/src/server/sysinfo.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 @@ -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);