aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-transport.h
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-06-28 06:43:00 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-06-28 06:43:00 +0800
commit3797918d013db678b61d62956ed14ad50e7b70e1 (patch)
tree62a8952d650f0013e99f5519b084398f6a3459b8 /camel/camel-transport.h
parent5a223c85b94c5cc51fe5e830665cabd981e4c75b (diff)
downloadgsoc2013-evolution-3797918d013db678b61d62956ed14ad50e7b70e1.tar
gsoc2013-evolution-3797918d013db678b61d62956ed14ad50e7b70e1.tar.gz
gsoc2013-evolution-3797918d013db678b61d62956ed14ad50e7b70e1.tar.bz2
gsoc2013-evolution-3797918d013db678b61d62956ed14ad50e7b70e1.tar.lz
gsoc2013-evolution-3797918d013db678b61d62956ed14ad50e7b70e1.tar.xz
gsoc2013-evolution-3797918d013db678b61d62956ed14ad50e7b70e1.tar.zst
gsoc2013-evolution-3797918d013db678b61d62956ed14ad50e7b70e1.zip
Initialize the private send_lock. (camel_transport_finalize): Free the
2001-06-27 Jeffrey Stedfast <fejj@ximian.com> * camel-transport.c (camel_transport_init): Initialize the private send_lock. (camel_transport_finalize): Free the private send_lock. (camel_transport_get_type): Set the init and finalize functions. (camel_transport_send): Lock the transport. (camel_transport_send_to): Same. * camel-private.h: Add CAMEL_TRANSPORT_(UN)LOCK macros. svn path=/trunk/; revision=10547
Diffstat (limited to 'camel/camel-transport.h')
-rw-r--r--camel/camel-transport.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/camel/camel-transport.h b/camel/camel-transport.h
index ae6ca50f40..a4693bdab3 100644
--- a/camel/camel-transport.h
+++ b/camel/camel-transport.h
@@ -47,6 +47,8 @@ struct _CamelTransport
{
CamelService parent_object;
+ struct _CamelTransportPrivate *priv;
+
gboolean supports_8bit;
};