]> git.notmuchmail.org Git - notmuch/blobdiff - util/crypto.h
util/crypto: _n_m_crypto_potential_payload: rename "payload" arg to "part"
[notmuch] / util / crypto.h
index 11e8060a85e8377b09954019ce106f1bdc951c2e..c4411246580d116b76a5e8ef565759b5c57988e2 100644 (file)
@@ -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