aboutsummaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorhwspeedy <ns@bigbear.dk>2024-03-20 23:04:06 +0100
committerhwspeedy <ns@bigbear.dk>2024-03-20 23:04:06 +0100
commita966befe362cd5ae11ba43b4c284a6222d5998b8 (patch)
treeeed5c93fb2b4b03f4503fc247f29d9ab7e63affe /includes
parentf7534df1cdb6282cedf5a0c69b9cccda1213645d (diff)
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
Diffstat (limited to 'includes')
-rw-r--r--includes/syncmanager.h2
1 files changed, 1 insertions, 1 deletions
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__ */