aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-smime-context.h
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-05-17 05:23:20 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-05-17 05:23:20 +0800
commitae9d99bda30e7a5fd2347fe00daf0f85e8c408e3 (patch)
treead460a1f5002a53af44560f8abd27be4b338ec51 /camel/camel-smime-context.h
parent434c0c8ca58552815c04c033c8a7a1ee0ab79401 (diff)
downloadgsoc2013-evolution-ae9d99bda30e7a5fd2347fe00daf0f85e8c408e3.tar
gsoc2013-evolution-ae9d99bda30e7a5fd2347fe00daf0f85e8c408e3.tar.gz
gsoc2013-evolution-ae9d99bda30e7a5fd2347fe00daf0f85e8c408e3.tar.bz2
gsoc2013-evolution-ae9d99bda30e7a5fd2347fe00daf0f85e8c408e3.tar.lz
gsoc2013-evolution-ae9d99bda30e7a5fd2347fe00daf0f85e8c408e3.tar.xz
gsoc2013-evolution-ae9d99bda30e7a5fd2347fe00daf0f85e8c408e3.tar.zst
gsoc2013-evolution-ae9d99bda30e7a5fd2347fe00daf0f85e8c408e3.zip
We don't need to be passed the certdb path anymore.
2001-05-16 Jeffrey Stedfast <fejj@ximian.com> * camel-smime-context.c (camel_smime_context_new): We don't need to be passed the certdb path anymore. svn path=/trunk/; revision=9855
Diffstat (limited to 'camel/camel-smime-context.h')
-rw-r--r--camel/camel-smime-context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/camel-smime-context.h b/camel/camel-smime-context.h
index 867f09036f..0ced7b9c1b 100644
--- a/camel/camel-smime-context.h
+++ b/camel/camel-smime-context.h
@@ -53,7 +53,7 @@ typedef struct _CamelSMimeContextClass {
CamelType camel_smime_context_get_type (void);
-CamelSMimeContext *camel_smime_context_new (CamelSession *session, const char *certdb_path);
+CamelSMimeContext *camel_smime_context_new (CamelSession *session);
/* SMIME routines */
#define camel_smime_sign(c, u, h, i, o, e) camel_cipher_sign (CAMEL_CIPHER_CONTEXT (c), u, h, i, o, e)