diff options
author | hwspeedy <ns@bigbear.dk> | 2024-05-01 00:13:10 +0200 |
---|---|---|
committer | hwspeedy <ns@bigbear.dk> | 2024-05-01 00:13:10 +0200 |
commit | babf0dfcd68022aa5088763258e3f50bbe7e7e29 (patch) | |
tree | 0eff3a6794036f62909a05196f366003bbf361e4 /includes | |
parent | b68e803cecdfee529544a94575073b095c4b41ba (diff) |
FIX Added strwrap function and fixed width for OS, Security & Env vars
Diffstat (limited to 'includes')
-rw-r--r-- | includes/hardinfo.h | 2 |
1 files changed, 2 insertions, 0 deletions
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__ */ |