summary refs log tree commit diff stats
path: root/src/common/util.h
diff options
context:
space:
mode:
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