diff options
Diffstat (limited to 'g10/test-stubs.c')
-rw-r--r-- | g10/test-stubs.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/g10/test-stubs.c b/g10/test-stubs.c index d5b6d4f02..ffff83d06 100644 --- a/g10/test-stubs.c +++ b/g10/test-stubs.c @@ -471,12 +471,15 @@ gpg_dirmngr_get_pka (ctrl_t ctrl, const char *userid, gpg_error_t export_pubkey_buffer (ctrl_t ctrl, const char *keyspec, unsigned int options, + const void *prefix, size_t prefixlen, export_stats_t stats, kbnode_t *r_keyblock, void **r_data, size_t *r_datalen) { (void)ctrl; (void)keyspec; (void)options; + (void)prefix; + (void)prefixlen; (void)stats; *r_keyblock = NULL; |