aboutsummaryrefslogtreecommitdiffstats
path: root/smime/lib/e-cert-db.h
diff options
context:
space:
mode:
authorChris Toshok <toshok@ximian.com>2004-06-09 04:20:00 +0800
committerChris Toshok <toshok@src.gnome.org>2004-06-09 04:20:00 +0800
commitbed9f63cf5f6afe9191dbdef27695faf3ed8a15a (patch)
tree3d55c6c851ea56db5a3400d94a6bf8158ea7185c /smime/lib/e-cert-db.h
parent19e87233d261b02464fc08ce6a5d2b31f089044b (diff)
downloadgsoc2013-evolution-bed9f63cf5f6afe9191dbdef27695faf3ed8a15a.tar
gsoc2013-evolution-bed9f63cf5f6afe9191dbdef27695faf3ed8a15a.tar.gz
gsoc2013-evolution-bed9f63cf5f6afe9191dbdef27695faf3ed8a15a.tar.bz2
gsoc2013-evolution-bed9f63cf5f6afe9191dbdef27695faf3ed8a15a.tar.lz
gsoc2013-evolution-bed9f63cf5f6afe9191dbdef27695faf3ed8a15a.tar.xz
gsoc2013-evolution-bed9f63cf5f6afe9191dbdef27695faf3ed8a15a.tar.zst
gsoc2013-evolution-bed9f63cf5f6afe9191dbdef27695faf3ed8a15a.zip
quiet the compiler, and dobey.
2004-06-08 Chris Toshok <toshok@ximian.com> * lib/e-cert-db.[ch]: quiet the compiler, and dobey. svn path=/trunk/; revision=26259
Diffstat (limited to 'smime/lib/e-cert-db.h')
-rw-r--r--smime/lib/e-cert-db.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/smime/lib/e-cert-db.h b/smime/lib/e-cert-db.h
index 59cd10906a..87683c6bf5 100644
--- a/smime/lib/e-cert-db.h
+++ b/smime/lib/e-cert-db.h
@@ -72,6 +72,7 @@ ECert* e_cert_db_find_cert_by_nickname (ECertDB *certdb,
const char *nickname,
GError **error);
+#if notyet
ECert* e_cert_db_find_cert_by_key (ECertDB *certdb,
const char *db_key,
GError **error);
@@ -88,6 +89,7 @@ ECert* e_cert_db_find_email_encryption_cert (ECertDB *certdb,
ECert* e_cert_db_find_email_signing_cert (ECertDB *certdb,
const char *nickname,
GError **error);
+#endif
ECert* e_cert_db_find_cert_by_email_address (ECertDB *certdb,
const char *nickname,
@@ -124,10 +126,12 @@ gboolean e_cert_db_import_pkcs12_file (ECertDB *cert_db,
const char *file_path,
GError **error);
+#if notyet
gboolean e_cert_db_export_pkcs12_file (ECertDB *cert_db,
const char *file_path,
GList *certs,
GError **error);
+#endif
gboolean e_cert_db_login_to_slot (ECertDB *cert_db,
PK11SlotInfo *slot);