From bed9f63cf5f6afe9191dbdef27695faf3ed8a15a Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Tue, 8 Jun 2004 20:20:00 +0000 Subject: quiet the compiler, and dobey. 2004-06-08 Chris Toshok * lib/e-cert-db.[ch]: quiet the compiler, and dobey. svn path=/trunk/; revision=26259 --- smime/lib/e-cert-db.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'smime/lib/e-cert-db.h') 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); -- cgit v1.2.3