X-Git-Url: https://the.earth.li/gitweb/?a=blobdiff_plain;ds=sidebyside;f=keydb_keyring.c;h=e3f8584a05df3c492e768679fd59921d773f8081;hb=a94e29c9a3763f96b1c773f0818b97e4fd0777b0;hp=0b865b57efb6554c7489b87b08fac03061869b16;hpb=eb94eab34a0893fb5b8f78652f338df85f492a9b;p=onak.git diff --git a/keydb_keyring.c b/keydb_keyring.c index 0b865b5..e3f8584 100644 --- a/keydb_keyring.c +++ b/keydb_keyring.c @@ -222,7 +222,9 @@ static int keyring_iterate_keys(struct onak_dbctx *dbctx, } static int keyring_update_keys(struct onak_dbctx *dbctx, - struct openpgp_publickey **keys, bool sendsync) + struct openpgp_publickey **keys, + struct keyarray *blacklist, + bool sendsync) { return 0; }