diff options
Diffstat (limited to 'gpgme/gpgme.h')
-rw-r--r-- | gpgme/gpgme.h | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/gpgme/gpgme.h b/gpgme/gpgme.h index 56871715..be75e724 100644 --- a/gpgme/gpgme.h +++ b/gpgme/gpgme.h @@ -1119,8 +1119,9 @@ struct _gpgme_op_decrypt_result gpgme_recipient_t recipients; - /* The original filename of the plaintext message, if available. */ - char *plaintext_filename; + /* The original file name of the plaintext message, if + available. */ + char *file_name; }; typedef struct _gpgme_op_decrypt_result *gpgme_decrypt_result_t; @@ -1271,8 +1272,9 @@ struct _gpgme_op_verify_result { gpgme_signature_t signatures; - /* The original filename of the plaintext message, if available. */ - char *plaintext_filename; + /* The original file name of the plaintext message, if + available. */ + char *file_name; }; typedef struct _gpgme_op_verify_result *gpgme_verify_result_t; |