aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/exchange-operations/exchange-operations.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/exchange-operations/exchange-operations.h')
-rw-r--r--plugins/exchange-operations/exchange-operations.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/exchange-operations/exchange-operations.h b/plugins/exchange-operations/exchange-operations.h
index 5b4fe3a577..bf41b3088f 100644
--- a/plugins/exchange-operations/exchange-operations.h
+++ b/plugins/exchange-operations/exchange-operations.h
@@ -26,6 +26,7 @@
#include "e-util/e-plugin.h"
#include "exchange-config-listener.h"
+#include <exchange-account.h>
#ifdef __cplusplus
extern "C" {
@@ -43,6 +44,8 @@ gboolean exchange_operations_tokenize_string (char **string, char *token, char d
gboolean exchange_operations_cta_add_node_to_tree (GtkTreeStore *store, GtkTreeIter *parent, const char *nuri);
void exchange_operations_cta_select_node_from_tree (GtkTreeStore *store, GtkTreeIter *parent, const char *nuri, const char *ruri, GtkTreeSelection *selection) ;
+void exchange_operations_report_error (ExchangeAccount *account, ExchangeAccountResult result);
+
#ifdef __cplusplus
}
#endif /* __cplusplus */