diff options
author | Ondrej Čerman <ondrej.cerman@gmail.com> | 2020-01-01 13:49:35 +0100 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2020-01-03 09:31:10 -0800 |
commit | fb5e67746f5eccd07293411ff09a1120c4dcd00b (patch) | |
tree | 90e52eb48ce79da8f7849bd81483bc60bda42aed /includes | |
parent | 627ebd31f52762c24d11dcb7f6f732999e334960 (diff) |
storage: updated list
Diffstat (limited to 'includes')
-rw-r--r-- | includes/info.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/info.h b/includes/info.h index 14e1b9eb..794e3679 100644 --- a/includes/info.h +++ b/includes/info.h @@ -76,6 +76,7 @@ struct InfoField { struct Info *info_new(void); struct InfoGroup *info_add_group(struct Info *info, const gchar *group_name, ...); +void info_group_strip_extra(struct InfoGroup *group); void info_add_computed_group(struct Info *info, const gchar *name, const gchar *value); void info_add_computed_group_wo_extra(struct Info *info, const gchar *name, const gchar *value); |