diff options
Diffstat (limited to 'gpgme/ops.h')
-rw-r--r-- | gpgme/ops.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gpgme/ops.h b/gpgme/ops.h index 0019b82e..43001f2c 100644 --- a/gpgme/ops.h +++ b/gpgme/ops.h @@ -37,6 +37,7 @@ void _gpgme_thaw_fd ( int fd ); void _gpgme_append_gpg_args_from_recipients ( const GpgmeRecipients rset, GpgObject gpg ); +int _gpgme_recipients_all_valid ( const GpgmeRecipients rset ); /*-- data.c --*/ @@ -61,7 +62,6 @@ GpgmeError _gpgme_data_unread (GpgmeData dh, /*-- key.c --*/ GpgmeError _gpgme_key_new( GpgmeKey *r_key ); -void _gpgme_key_release ( GpgmeKey key ); /*-- verify.c --*/ |