aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-pgp-mime.h
diff options
context:
space:
mode:
Diffstat (limited to 'camel/camel-pgp-mime.h')
-rw-r--r--camel/camel-pgp-mime.h26
1 files changed, 3 insertions, 23 deletions
diff --git a/camel/camel-pgp-mime.h b/camel/camel-pgp-mime.h
index e5dec18cce..61d1478928 100644
--- a/camel/camel-pgp-mime.h
+++ b/camel/camel-pgp-mime.h
@@ -21,13 +21,12 @@
*/
-#ifndef CAMEL_PGP_MIME_H
-#define CAMEL_PGP_MIME_H
+#ifndef __CAMEL_PGP_MIME_H__
+#define __CAMEL_PGP_MIME_H__
#include <glib.h>
#include <camel/camel-multipart.h>
#include <camel/camel-mime-part.h>
-#include <camel/camel-pgp-context.h>
#include <camel/camel-exception.h>
#ifdef __cplusplus
@@ -38,27 +37,8 @@ extern "C" {
gboolean camel_pgp_mime_is_rfc2015_signed (CamelMimePart *part);
gboolean camel_pgp_mime_is_rfc2015_encrypted (CamelMimePart *part);
-void camel_pgp_mime_part_sign (CamelCipherContext *cipher,
- CamelMimePart **mime_part,
- const char *userid,
- CamelCipherHash hash,
- CamelException *ex);
-
-CamelCipherValidity *camel_pgp_mime_part_verify (CamelCipherContext *cipher,
- CamelMimePart *mime_part,
- CamelException *ex);
-
-void camel_pgp_mime_part_encrypt (CamelCipherContext *cipher,
- CamelMimePart **mime_part,
- GPtrArray *recipients,
- CamelException *ex);
-
-CamelMimePart *camel_pgp_mime_part_decrypt (CamelCipherContext *cipher,
- CamelMimePart *mime_part,
- CamelException *ex);
-
#ifdef __cplusplus
}
#endif /* __cplusplus */
-#endif /* ! CAMEL_PGP_MIME_H */
+#endif /* __CAMEL_PGP_MIME_H__ */