X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=util%2Fcrypto.h;fp=util%2Fcrypto.h;h=c4411246580d116b76a5e8ef565759b5c57988e2;hp=11e8060a85e8377b09954019ce106f1bdc951c2e;hb=8b25643d08b9388ae9c38837a3dfd3dbc6b085cf;hpb=27b25e45dc675af2e9ffeea014a54e34bfbdad83 diff --git a/util/crypto.h b/util/crypto.h index 11e8060a..c4411246 100644 --- a/util/crypto.h +++ b/util/crypto.h @@ -92,7 +92,7 @@ _notmuch_message_crypto_successful_decryption (_notmuch_message_crypto_t *msg_cr * when encountering a message part that is not part of the envelope. */ notmuch_status_t -_notmuch_message_crypto_potential_payload (_notmuch_message_crypto_t *msg_crypto, GMimeObject *payload, GMimeObject *parent, int childnum); +_notmuch_message_crypto_potential_payload (_notmuch_message_crypto_t *msg_crypto, GMimeObject *part, GMimeObject *parent, int childnum); #ifdef __cplusplus