aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-types.h
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-03-15 03:53:12 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-03-15 03:53:12 +0800
commit4391d0f3b1d03097f8e4fffd24857e54f8ea1eec (patch)
tree9c9c50961710986bac0e378c5595a6ce778098ff /camel/camel-types.h
parent2ce992aae5968bef51a7834277bb619f308ad411 (diff)
downloadgsoc2013-evolution-4391d0f3b1d03097f8e4fffd24857e54f8ea1eec.tar
gsoc2013-evolution-4391d0f3b1d03097f8e4fffd24857e54f8ea1eec.tar.gz
gsoc2013-evolution-4391d0f3b1d03097f8e4fffd24857e54f8ea1eec.tar.bz2
gsoc2013-evolution-4391d0f3b1d03097f8e4fffd24857e54f8ea1eec.tar.lz
gsoc2013-evolution-4391d0f3b1d03097f8e4fffd24857e54f8ea1eec.tar.xz
gsoc2013-evolution-4391d0f3b1d03097f8e4fffd24857e54f8ea1eec.tar.zst
gsoc2013-evolution-4391d0f3b1d03097f8e4fffd24857e54f8ea1eec.zip
Added
2001-03-14 Jeffrey Stedfast <fejj@ximian.com> * camel-tcp-stream-openssl.[c,h]: Added * Makefile.am: Added camel-tcp-stream-openssl.[c,h] to the build. * camel-types.h: Added CamelTcpStreamSSL and CamelTcpStreamOpenSSL svn path=/trunk/; revision=8710
Diffstat (limited to 'camel/camel-types.h')
-rw-r--r--camel/camel-types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/camel/camel-types.h b/camel/camel-types.h
index eed0ff99a6..727c0a266c 100644
--- a/camel/camel-types.h
+++ b/camel/camel-types.h
@@ -66,6 +66,8 @@ typedef struct _CamelStreamFs CamelStreamFs;
typedef struct _CamelStreamMem CamelStreamMem;
typedef struct _CamelTcpStream CamelTcpStream;
typedef struct _CamelTcpStreamRaw CamelTcpStreamRaw;
+typedef struct _CamelTcpStreamSSL CamelTcpStreamSSL;
+typedef struct _CamelTcpStreamOpenSSL CamelTcpStreamOpenSSL;
typedef struct _CamelTransport CamelTransport;
#ifdef __cplusplus