From 755c300d246c872c406f3a7e123d4cdd0d7c1f17 Mon Sep 17 00:00:00 2001 From: bigbear Date: Thu, 8 Feb 2024 02:39:51 +0100 Subject: PR681 - implicit function declaration --- includes/hardinfo.h | 1 + 1 file changed, 1 insertion(+) (limited to 'includes/hardinfo.h') diff --git a/includes/hardinfo.h b/includes/hardinfo.h index ab0b8896..ce3ff529 100644 --- a/includes/hardinfo.h +++ b/includes/hardinfo.h @@ -230,5 +230,6 @@ gg_strescape (const gchar *source, #define note_print(note_buff, str) note_printf((note_buff), "%s", str) gboolean note_cond_bullet(gboolean cond, gchar *note_buff, const gchar *desc_str); gboolean note_require_tool(const gchar *tool, gchar *note_buff, const gchar *desc_str); +int cpu_procs_cores_threads(int *p, int *c, int *t); #endif /* __HARDINFO_H__ */ -- cgit v1.2.3