From f70403b0a5f74e13907262e668653eef29803754 Mon Sep 17 00:00:00 2001 From: "Leandro A. F. Pereira" Date: Sat, 13 Jan 2007 13:05:17 +0000 Subject: Started working on SyncManager (GUI only; does not work currently, needs backend). --- hardinfo2/callbacks.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'hardinfo2/callbacks.c') diff --git a/hardinfo2/callbacks.c b/hardinfo2/callbacks.c index bd69e07d..31fa9441 100644 --- a/hardinfo2/callbacks.c +++ b/hardinfo2/callbacks.c @@ -25,9 +25,15 @@ #include #include +#include #include +void cb_sync_manager() +{ + sync_manager_show(); +} + void cb_save_graphic() { Shell *shell = shell_get_main_shell(); -- cgit v1.2.3