From babf0dfcd68022aa5088763258e3f50bbe7e7e29 Mon Sep 17 00:00:00 2001 From: hwspeedy Date: Wed, 1 May 2024 00:13:10 +0200 Subject: FIX Added strwrap function and fixed width for OS, Security & Env vars --- includes/hardinfo.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'includes/hardinfo.h') diff --git a/includes/hardinfo.h b/includes/hardinfo.h index e99d14a0..03449227 100644 --- a/includes/hardinfo.h +++ b/includes/hardinfo.h @@ -227,4 +227,6 @@ 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); +gchar *strwrap(const gchar *st, size_t w, gchar delimiter); + #endif /* __HARDINFO_H__ */ -- cgit v1.2.3