From a966befe362cd5ae11ba43b4c284a6222d5998b8 Mon Sep 17 00:00:00 2001 From: hwspeedy Date: Wed, 20 Mar 2024 23:04:06 +0100 Subject: FIX CLI updated with synchronize features, fix stop benchmark crash, libsoup3 debug fixed+added sync. comm for cli, DOCs updated, LibSoup3 enabled for distros supporting LS3 --- includes/syncmanager.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes') diff --git a/includes/syncmanager.h b/includes/syncmanager.h index c17601da..a385dea0 100644 --- a/includes/syncmanager.h +++ b/includes/syncmanager.h @@ -38,6 +38,6 @@ void sync_manager_clear_entries(void); void sync_manager_show(GtkWidget *parent); gint sync_manager_count_entries(void); -void sync_manager_update_on_startup(void); +void sync_manager_update_on_startup(int send_benchmark); #endif /* __SYNCMANAGER_H__ */ -- cgit v1.2.3