From 43498b2a714b7fabd61c9a90ff7fabb910165893 Mon Sep 17 00:00:00 2001 From: Ondrej Čerman Date: Sat, 4 Jan 2020 21:18:52 +0100 Subject: firmware: switched to D-Bus --- includes/info.h | 1 + 1 file changed, 1 insertion(+) (limited to 'includes/info.h') 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); -- cgit v1.2.3