diff options
author | Ondrej Čerman <ondrej.cerman@gmail.com> | 2020-01-04 21:18:52 +0100 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2020-01-05 10:00:56 -0800 |
commit | 43498b2a714b7fabd61c9a90ff7fabb910165893 (patch) | |
tree | 7fa192abc0a06c5551fcad65f083098e902b6206 /includes/hardinfo.h | |
parent | b6f45ad47930a2d40f7d0c85cad97912f78d678f (diff) |
firmware: switched to D-Bus
Diffstat (limited to 'includes/hardinfo.h')
-rw-r--r-- | includes/hardinfo.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/hardinfo.h b/includes/hardinfo.h index d8ff20d6..19eb88fb 100644 --- a/includes/hardinfo.h +++ b/includes/hardinfo.h @@ -193,6 +193,7 @@ gboolean g_strv_contains(const gchar * const * strv, const gchar *str); gchar * gg_key_file_parse_string_as_value (const gchar *string, const gchar list_separator); +gchar *hardinfo_clean_grpname(const gchar *v, int replacing); /* Hardinfo labels that have # are truncated and/or hidden. * Labels can't have $ because that is the delimiter in * moreinfo. |