always build mutt with pgp + smime support.
[apps/madmutt.git] / smime.h
diff --git a/smime.h b/smime.h
index 702b32c..dbf9a3f 100644 (file)
--- a/smime.h
+++ b/smime.h
@@ -8,20 +8,15 @@
  * please see the file GPL in the top level source directory.
  */
 
-#ifdef CRYPT_BACKEND_CLASSIC_SMIME
 
 #include "mutt_crypt.h"
 
-
-
-
-
 void smime_void_passphrase (void);
 int smime_valid_passphrase (void);
 
 int smime_decrypt_mime (FILE *, FILE **, BODY *, BODY **);
 
-void smime_application_smime_handler (BODY *, STATE *);
+int smime_application_smime_handler (BODY *, STATE *);
 
 
 BODY *smime_sign_message (BODY *);
@@ -40,10 +35,8 @@ void smime_getkeys (ENVELOPE *);
 
 char *smime_ask_for_key (char *, char *, short);
 
-char *smime_findKeys (ADDRESS * to, ADDRESS * cc, ADDRESS * bcc);
+char *smime_findKeys (address_t * to, address_t * cc, address_t * bcc);
 
 void smime_invoke_import (char *, char *);
 
 int smime_send_menu (HEADER * msg, int *redraw);
-
-#endif