mirror of
https://github.com/deltachat/deltachat-core.git
synced 2025-10-06 03:50:08 +02:00
const'ify
This commit is contained in:
parent
e8e30b3bfd
commit
0967491741
2 changed files with 2 additions and 2 deletions
|
@ -138,7 +138,7 @@ unsigned pgp_update_userid(
|
|||
pgp_key_t *key,
|
||||
const uint8_t *userid,
|
||||
const pgp_subpacket_t *sigpkt,
|
||||
pgp_sig_info_t *siginfo);
|
||||
const pgp_sig_info_t *siginfo);
|
||||
|
||||
// pgp_subpacket_t *pgp_add_subpacket(pgp_key_t *,
|
||||
// const pgp_subpacket_t *);
|
||||
|
|
|
@ -1507,7 +1507,7 @@ unsigned pgp_update_userid(
|
|||
pgp_key_t *key,
|
||||
const uint8_t *userid,
|
||||
const pgp_subpacket_t *sigpkt,
|
||||
pgp_sig_info_t *siginfo)
|
||||
const pgp_sig_info_t *siginfo)
|
||||
{
|
||||
unsigned uididx = 0;
|
||||
unsigned uidsigidx = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue