X-Git-Url: https://the.earth.li/gitweb/?a=blobdiff_plain;f=cleankey.c;h=55e3161d0d87bb35ebb7d6be2826c919a6571fff;hb=39a6e85be51e4bfb04d08d07b8b84a753e6b9765;hp=52d482a486dac01eed5adab5b84f150f7a0ca222;hpb=372df79a3c51d8de54440aba9b05f0af28b005a7;p=onak.git diff --git a/cleankey.c b/cleankey.c index 52d482a..55e3161 100644 --- a/cleankey.c +++ b/cleankey.c @@ -255,7 +255,8 @@ int clean_large_packets(struct openpgp_publickey *key) * made, otherwise the number of keys cleaned. Note that some options * may result in keys being removed entirely from the list. */ -int cleankeys(struct openpgp_publickey **keys, uint64_t policies) +int cleankeys(struct onak_dbctx *dbctx, struct openpgp_publickey **keys, + uint64_t policies) { struct openpgp_publickey **curkey, *tmp; int changed = 0, count = 0;