diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-04-13 02:46:54 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-04-13 02:46:54 +0800 |
commit | 7026fef0a3ba05c0a9a6f980f7207d8392872b56 (patch) | |
tree | 70965b2f1375b1ec009120930999a6740587b6de /camel/camel.h | |
parent | 0f6c6bbb8cb76ba673a10b11407100d02919be04 (diff) | |
download | gsoc2013-evolution-7026fef0a3ba05c0a9a6f980f7207d8392872b56.tar.gz gsoc2013-evolution-7026fef0a3ba05c0a9a6f980f7207d8392872b56.tar.zst gsoc2013-evolution-7026fef0a3ba05c0a9a6f980f7207d8392872b56.zip |
#include the pgp stuff.
2001-04-12 Jeffrey Stedfast <fejj@ximian.com>
* camel.h: #include the pgp stuff.
svn path=/trunk/; revision=9280
Diffstat (limited to 'camel/camel.h')
-rw-r--r-- | camel/camel.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/camel/camel.h b/camel/camel.h index cc66090e04..7840fcf705 100644 --- a/camel/camel.h +++ b/camel/camel.h @@ -50,6 +50,8 @@ extern "C" { #include <camel/camel-mime-utils.h> #include <camel/camel-movemail.h> #include <camel/camel-multipart.h> +#include <camel/camel-pgp-context.h> +#include <camel/camel-pgp-mime.h> #include <camel/camel-provider.h> #include <camel/camel-seekable-stream.h> #include <camel/camel-seekable-substream.h> |