aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-pgp-context.c
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-04-02 15:10:28 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-04-02 15:10:28 +0800
commit9f642307d275beee2663cf2e2a0b41400aeec607 (patch)
tree6db0de25b8f01235dde08ccee7cf31cf4061296c /camel/camel-pgp-context.c
parent8678349a4a9c0a1107ac8fa2684f0cb67d6195b5 (diff)
downloadgsoc2013-evolution-9f642307d275beee2663cf2e2a0b41400aeec607.tar
gsoc2013-evolution-9f642307d275beee2663cf2e2a0b41400aeec607.tar.gz
gsoc2013-evolution-9f642307d275beee2663cf2e2a0b41400aeec607.tar.bz2
gsoc2013-evolution-9f642307d275beee2663cf2e2a0b41400aeec607.tar.lz
gsoc2013-evolution-9f642307d275beee2663cf2e2a0b41400aeec607.tar.xz
gsoc2013-evolution-9f642307d275beee2663cf2e2a0b41400aeec607.tar.zst
gsoc2013-evolution-9f642307d275beee2663cf2e2a0b41400aeec607.zip
Update the function prototypes to match those found in
2001-04-02 Jeffrey Stedfast <fejj@ximian.com> * camel-pgp-context.h: Update the function prototypes to match those found in camel-pgp-context.c. * camel-pgp-context.c: Updated. * camel-pgp-mime.c (camel_pgp_mime_part_sign): Implemented. (camel_pgp_mime_part_verify): Implemented. (camel_pgp_mime_part_encrypt): Implemented. (camel_pgp_mime_part_decrypt): Implemented. svn path=/trunk/; revision=9095
Diffstat (limited to 'camel/camel-pgp-context.c')
-rw-r--r--camel/camel-pgp-context.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/camel/camel-pgp-context.c b/camel/camel-pgp-context.c
index 5b435a6941..3193f5d8b2 100644
--- a/camel/camel-pgp-context.c
+++ b/camel/camel-pgp-context.c
@@ -473,6 +473,7 @@ crypto_exec_with_passwd (const char *path, char *argv[], const char *input, int
/**
* camel_pgp_sign:
* @context: PGP Context
+ * @userid: private key to use to sign the stream
* @hash: preferred Message-Integrity-Check hash algorithm
* @istream: input stream
* @ostream: output stream