diff options
author | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-04-13 02:48:00 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-04-13 02:48:00 +0800 |
commit | 158d565ac0432113c2e5b59324a4ba6f85d5931c (patch) | |
tree | 5263615dc2f26d3faed0c3cfc51f534bbc5566c5 | |
parent | 7026fef0a3ba05c0a9a6f980f7207d8392872b56 (diff) | |
download | gsoc2013-evolution-158d565ac0432113c2e5b59324a4ba6f85d5931c.tar gsoc2013-evolution-158d565ac0432113c2e5b59324a4ba6f85d5931c.tar.gz gsoc2013-evolution-158d565ac0432113c2e5b59324a4ba6f85d5931c.tar.bz2 gsoc2013-evolution-158d565ac0432113c2e5b59324a4ba6f85d5931c.tar.lz gsoc2013-evolution-158d565ac0432113c2e5b59324a4ba6f85d5931c.tar.xz gsoc2013-evolution-158d565ac0432113c2e5b59324a4ba6f85d5931c.tar.zst gsoc2013-evolution-158d565ac0432113c2e5b59324a4ba6f85d5931c.zip |
oh, and the tcp-stream headers.
svn path=/trunk/; revision=9281
-rw-r--r-- | camel/camel.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/camel/camel.h b/camel/camel.h index 7840fcf705..cede192e66 100644 --- a/camel/camel.h +++ b/camel/camel.h @@ -63,6 +63,9 @@ extern "C" { #include <camel/camel-stream-fs.h> #include <camel/camel-stream-mem.h> #include <camel/camel-stream.h> +#include <camel/camel-tcp-stream-raw.h> +#include <camel/camel-tcp-stream-ssl.h> +#include <camel/camel-tcp-stream.h> #include <camel/camel-transport.h> #include <camel/camel-uid-cache.h> #include <camel/camel-url.h> |