X-Git-Url: https://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=src%2Fserver%2Fsysinfo.c;h=a1ea1de96aaad9f06aac35abf0513aa2a27e8100;hb=8631d4513caba53ac4bbcd19cf807ca10bab2c71;hp=81d793e8cd7f3d45d5d9e6c832670e5e91f31513;hpb=8433816fae0e04baf1cb3f53e87ad7ed52210915;p=psensor.git diff --git a/src/server/sysinfo.c b/src/server/sysinfo.c index 81d793e..a1ea1de 100644 --- a/src/server/sysinfo.c +++ b/src/server/sysinfo.c @@ -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 @@ -67,7 +67,7 @@ void sysinfo_update(struct psysinfo *info) info->interfaces = glibtop_get_netlist(&buf); } -void sysinfo_cleanup() +void sysinfo_cleanup(void) { if (cpu) g_free(cpu);