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 09:56:09 +0200
committerBerke Viktor <bviktor@hexchat.org>2012-10-21 09:56:09 +0200
commit3d01c7824821688c9213e5789570cfc647f4cdb9 (patch)
treec3c6adb5b1e1b67994f6d41ef827e5c64cdf91c9 /plugins/sysinfo/xsys.h
parent62c9375bc9e3d4b9cc8abd5fc1c4cccb621382b5 (diff)
First bunch of fixes to SysInfo-Unix, now it works - barely
Diffstat (limited to 'plugins/sysinfo/xsys.h')
-rw-r--r--plugins/sysinfo/xsys.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/sysinfo/xsys.h b/plugins/sysinfo/xsys.h
index 19a77ede..b5f4a227 100644
--- a/plugins/sysinfo/xsys.h
+++ b/plugins/sysinfo/xsys.h
@@ -25,4 +25,7 @@
 #define bsize 1024
 #define delims ":="
 
+int sysinfo_get_percentages ();
+void sysinfo_get_pciids (char *dest);
+
 #endif