From 7ffef14130b8f8e16031338aca4fcfb174d46075 Mon Sep 17 00:00:00 2001 From: Leandro Pereira Date: Mon, 4 Jan 2010 22:48:48 -0200 Subject: Fix all compilation warnings (now being treated as errors). --- hardinfo2/callbacks.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'hardinfo2/callbacks.c') diff --git a/hardinfo2/callbacks.c b/hardinfo2/callbacks.c index e9669a26..021560e2 100644 --- a/hardinfo2/callbacks.c +++ b/hardinfo2/callbacks.c @@ -25,6 +25,7 @@ #include "shell.h" #include "report.h" +#include "remote.h" #include "syncmanager.h" #include "help-viewer.h" #include "xmlrpc-server.h" @@ -112,7 +113,7 @@ void cb_local_computer() Shell *shell = shell_get_main_shell(); shell_status_update("Disconnecting..."); - remote_disconnect_all(); + remote_disconnect_all(TRUE); shell_status_update("Unloading modules..."); module_unload_all(); -- cgit v1.2.3