diff options
Diffstat (limited to 'includes')
-rw-r--r-- | includes/hardinfo.h | 1 | ||||
-rw-r--r-- | includes/info.h | 1 |
2 files changed, 2 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. diff --git a/includes/info.h b/includes/info.h index 794e3679..8f31c61a 100644 --- a/includes/info.h +++ b/includes/info.h @@ -75,6 +75,7 @@ struct InfoField { struct Info *info_new(void); +void info_remove_group(struct Info *info, guint index); struct InfoGroup *info_add_group(struct Info *info, const gchar *group_name, ...); void info_group_strip_extra(struct InfoGroup *group); |