From 8d6c28b8ce4d9959f907c0a48c5032241654fbc8 Mon Sep 17 00:00:00 2001 From: "L. Pereira" Date: Mon, 14 Aug 2023 22:33:51 -0700 Subject: Add option to synchronize during startup --- includes/callbacks.h | 1 + 1 file changed, 1 insertion(+) (limited to 'includes/callbacks.h') diff --git a/includes/callbacks.h b/includes/callbacks.h index 3456d401..b853ee77 100644 --- a/includes/callbacks.h +++ b/includes/callbacks.h @@ -40,5 +40,6 @@ void cb_manage_hosts(); void cb_connect_host(GtkAction * action); void cb_local_computer(); void cb_act_as_server(); +void cb_sync_on_startup(); #endif /* __CALLBACKS_H__ */ -- cgit v1.2.3