summary refs log tree commit diff stats
path: root/src/common/util.h
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-10-28 00:05:40 +0200
committerBerke Viktor <bviktor@hexchat.org>2012-10-28 00:05:40 +0200
commitfe1d958838cce03179870397f372e723881f2c89 (patch)
tree12a1e7d3d8adb719e08be108e93aa283e38addcf /src/common/util.h
parentd892b3346eace3e8fa5530c9d710c1ce2c9fe34d (diff)
More polishing for the About dialog
Diffstat (limited to 'src/common/util.h')
-rw-r--r--src/common/util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/util.h b/src/common/util.h
index d2e8e84e..b4185676 100644
--- a/src/common/util.h
+++ b/src/common/util.h
@@ -31,7 +31,7 @@ int buf_get_line (char *, char **, int *, int len);
 char *nocasestrstr (const char *text, const char *tofind);
 char *country (char *);
 void country_search (char *pattern, void *ud, void (*print)(void *, char *, ...));
-char *get_cpu_str (void);
+char *get_sys_str (int with_cpu);
 int util_exec (const char *cmd);
 int util_execv (char * const argv[]);
 #define STRIP_COLOR 1