X-Git-Url: https://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=src%2Fserver%2Fsysinfo.h;h=1d0537a31b76ecc2669d7a656cf88f238c2eb640;hb=c1e20f2631a1249720e9c75d753eacfcb0f6c7b9;hp=ecc054bea40a91379175e5f67717e28d34dd9212;hpb=af47d522aa7957879bd87a44a416bb25544ed9f5;p=psensor.git 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);