aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-session.h
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2000-02-25 05:19:05 +0800
committerDan Winship <danw@src.gnome.org>2000-02-25 05:19:05 +0800
commit64edd4d5dee866e1fb793f04c54a7c810c2c020d (patch)
treec2c46fb7d6bf2b25a128460d39c65bc20ca53cac /camel/camel-session.h
parent8034bd125495a5b1adcd2449534d1d2208bd96e8 (diff)
downloadgsoc2013-evolution-64edd4d5dee866e1fb793f04c54a7c810c2c020d.tar
gsoc2013-evolution-64edd4d5dee866e1fb793f04c54a7c810c2c020d.tar.gz
gsoc2013-evolution-64edd4d5dee866e1fb793f04c54a7c810c2c020d.tar.bz2
gsoc2013-evolution-64edd4d5dee866e1fb793f04c54a7c810c2c020d.tar.lz
gsoc2013-evolution-64edd4d5dee866e1fb793f04c54a7c810c2c020d.tar.xz
gsoc2013-evolution-64edd4d5dee866e1fb793f04c54a7c810c2c020d.tar.zst
gsoc2013-evolution-64edd4d5dee866e1fb793f04c54a7c810c2c020d.zip
add camel_session_get_transport_for_protocol
svn path=/trunk/; revision=1922
Diffstat (limited to 'camel/camel-session.h')
-rw-r--r--camel/camel-session.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/camel/camel-session.h b/camel/camel-session.h
index 272417644c..838731b03c 100644
--- a/camel/camel-session.h
+++ b/camel/camel-session.h
@@ -83,6 +83,9 @@ CamelStore *camel_session_get_store_for_protocol (CamelSession *session,
CamelStore *camel_session_get_store (CamelSession *session,
const char *url_string,
CamelException *ex);
+CamelTransport *camel_session_get_transport_for_protocol (CamelSession *session,
+ const char *protocol,
+ CamelException *ex);
char *camel_session_query_authenticator (CamelSession *session, char *prompt,
gboolean secret,
CamelService *service, char *item,