X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=smime.h;h=dba0a0fc4ff3c928180602b7287568333fcffb35;hp=360ecd8a8c1b9bb695c2f3771167d789fd77ba25;hb=4b31579af880a5442699fb93f30e0b3127d37c57;hpb=6833ce8bdca2d64e14485118f2a4417b7e1cb1b1 diff --git a/smime.h b/smime.h index 360ecd8..dba0a0f 100644 --- a/smime.h +++ b/smime.h @@ -1,5 +1,6 @@ /* * Copyright (C) 2001,2002 Oliver Ehli + * Copyright (C) 2004 g10 Code GmbH * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -25,9 +26,8 @@ -#define smime_valid_passphrase() crypt_valid_passphrase(APPLICATION_SMIME) - void smime_void_passphrase (void); +int smime_valid_passphrase (void); int smime_decrypt_mime (FILE *, FILE **, BODY *, BODY **); @@ -54,6 +54,8 @@ char *smime_findKeys (ADDRESS *to, ADDRESS *cc, ADDRESS *bcc); void smime_invoke_import (char *, char *); +int smime_send_menu (HEADER *msg, int *redraw); + #endif