39 lines
1.5 KiB
Diff
39 lines
1.5 KiB
Diff
|
--- 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 <config.h>
|
||
|
#endif
|
||
|
|
||
|
+#include "exchange-delegates.h"
|
||
|
+#include "exchange-delegates-user.h"
|
||
|
+
|
||
|
#include <mail/mail-ops.h>
|
||
|
#include <mail/mail-component.h>
|
||
|
+#include <mail/mail-send-recv.h>
|
||
|
#include <camel/camel-multipart.h>
|
||
|
-#include "exchange-delegates-user.h"
|
||
|
+#include <camel/camel-stream-mem.h>
|
||
|
+#include <exchange-account.h>
|
||
|
#include <e2k-global-catalog.h>
|
||
|
#include <e2k-marshal.h>
|
||
|
#include <e2k-sid.h>
|
||
|
@@ -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);
|
||
|
|
||
|
/* ********************************************************************** */
|