From 35314083951b380140d0c78890fde7d4ad991d52 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Thu, 12 Jul 2007 20:12:31 +0000 Subject: Fix a bunch of new implicit function declarations. 2007-07-12 Matthew Barnes * plugins/exchange-operations/exchange-delegates-user.c: Fix a bunch of new implicit function declarations. svn path=/trunk/; revision=33802 --- plugins/exchange-operations/ChangeLog | 5 +++++ plugins/exchange-operations/exchange-delegates-user.c | 9 +++++++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/plugins/exchange-operations/ChangeLog b/plugins/exchange-operations/ChangeLog index 397c17e56e..12f100886d 100644 --- a/plugins/exchange-operations/ChangeLog +++ b/plugins/exchange-operations/ChangeLog @@ -1,3 +1,8 @@ +2007-07-12 Matthew Barnes + + * exchange-delegates-user.c: + Fix a bunch of new implicit function declarations. + 2007-07-09 Chenthill Palanisamy reviewed by: Veerapuram Varadhan diff --git a/plugins/exchange-operations/exchange-delegates-user.c b/plugins/exchange-operations/exchange-delegates-user.c index 8964cfea44..50bcef4b11 100644 --- a/plugins/exchange-operations/exchange-delegates-user.c +++ b/plugins/exchange-operations/exchange-delegates-user.c @@ -23,10 +23,15 @@ #include #endif +#include "exchange-delegates.h" +#include "exchange-delegates-user.h" + #include #include +#include #include -#include "exchange-delegates-user.h" +#include +#include #include #include #include @@ -167,7 +172,7 @@ parent_window_destroyed (gpointer dialog, GObject *where_parent_window_was) /* Maps the role_nam parameter to their corresponding Full role name */ -const char * +static const char * map_to_full_role_name (E2kPermissionsRole role_nam) { const char *role_name; -- cgit v1.2.3