--- evolution-2.11.5/plugins/exchange-operations/exchange-delegates-user.c.implicit-function-declarations 2007-07-09 07:25:51.000000000 -0400 +++ evolution-2.11.5/plugins/exchange-operations/exchange-delegates-user.c 2007-07-12 15:39:37.000000000 -0400 @@ -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 /* 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; --- evolution-2.11.5/shell/es-event.h.implicit-function-declarations 2007-07-12 16:10:10.000000000 -0400 +++ evolution-2.11.5/shell/es-event.h 2007-07-12 16:11:01.000000000 -0400 @@ -91,6 +91,7 @@ GType es_event_get_type(void); ESEvent *es_event_peek(void); ESEventTargetState *es_event_target_new_state(ESEvent *emp, int state); +ESEventTargetShell *es_event_target_new_shell(ESEvent *eme, EShell *shell); ESEventTargetUpgrade *es_event_target_new_upgrade(ESEvent *emp, int major, int minor, int revision); /* ********************************************************************** */