mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
gpg: Pass CTRL also to getkey_end.
* g10/getkey.c (getkey_end): Add arg CTRL. Change all callers. Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
3a10de3bfd
commit
aca5f494a8
4 changed files with 23 additions and 23 deletions
|
@ -372,7 +372,7 @@ gpg_error_t getkey_next (ctrl_t ctrl, getkey_ctx_t ctx,
|
|||
PKT_public_key *pk, kbnode_t *ret_keyblock);
|
||||
|
||||
/* Release any resources used by a key listing context. */
|
||||
void getkey_end (getkey_ctx_t ctx);
|
||||
void getkey_end (ctrl_t ctrl, getkey_ctx_t ctx);
|
||||
|
||||
/* Return the database handle used by this context. The context still
|
||||
owns the handle. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue