summary refs log tree commit diff stats
path: root/plugins/sysinfo/xsys.h
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-10-21 14:24:01 +0200
committerBerke Viktor <bviktor@hexchat.org>2012-10-21 14:24:01 +0200
commit8404ebf1d44420f3e0d1d0b5653b3bd8b9fdaefc (patch)
treedf31a4eec108c576e0b8b4390826c1e0e977f351 /plugins/sysinfo/xsys.h
parent1e7d7101c612da4d1c21abdff85d8fe8e40e4416 (diff)
Even more SysInfo fixes
Diffstat (limited to 'plugins/sysinfo/xsys.h')
-rw-r--r--plugins/sysinfo/xsys.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/sysinfo/xsys.h b/plugins/sysinfo/xsys.h
index b5f4a227..ffb30bab 100644
--- a/plugins/sysinfo/xsys.h
+++ b/plugins/sysinfo/xsys.h
@@ -25,7 +25,8 @@
 #define bsize 1024
 #define delims ":="
 
-int sysinfo_get_percentages ();
+int sysinfo_get_percent ();
 void sysinfo_get_pciids (char *dest);
+void sysinfo_print_error (const char* msg);
 
 #endif