aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-client-selector.h
diff options
context:
space:
mode:
Diffstat (limited to 'e-util/e-client-selector.h')
-rw-r--r--e-util/e-client-selector.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/e-util/e-client-selector.h b/e-util/e-client-selector.h
index baf1753acc..c8d3e7108e 100644
--- a/e-util/e-client-selector.h
+++ b/e-util/e-client-selector.h
@@ -67,10 +67,12 @@ EClientCache * e_client_selector_ref_client_cache
EClient * e_client_selector_get_client_sync
(EClientSelector *selector,
ESource *source,
+ gboolean call_allow_auth_prompt,
GCancellable *cancellable,
GError **error);
void e_client_selector_get_client (EClientSelector *selector,
ESource *source,
+ gboolean call_allow_auth_prompt,
GCancellable *cancellable,
GAsyncReadyCallback callback,
gpointer user_data);