From a561b45e3e493646f7a52363006bd6173326d329 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Tue, 22 Sep 2009 14:45:17 +0200 Subject: Port to polkit-1 --- src/gtk-dialog/ck-pk-helper.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gtk-dialog/ck-pk-helper.h') diff --git a/src/gtk-dialog/ck-pk-helper.h b/src/gtk-dialog/ck-pk-helper.h index 98bce56..501a8c8 100644 --- a/src/gtk-dialog/ck-pk-helper.h +++ b/src/gtk-dialog/ck-pk-helper.h @@ -24,9 +24,9 @@ with this program. If not, see . #ifndef __CK_PK_HELPER_H__ #define __CK_PK_HELPER_H__ 1 -#include +#include gboolean pk_require_auth (LogoutDialogAction action); -gboolean pk_can_do_action (const gchar *action_id, PolKitResult * pol_result); +gboolean pk_can_do_action (const gchar *action_id, PolkitAuthorizationResult ** pol_result); #endif /* __CK_PK_HELPER__ */ -- cgit v1.2.3