X-Git-Url: https://the.earth.li/gitweb/?a=blobdiff_plain;f=keydb_stacked.c;h=7e997d99d08cf784bc48e29e7f5d4f67fb502ebc;hb=b9ea568af87d8b9c4d9afb0819ac20f8e2c3f885;hp=ee1c5cfa63df4475dbcb22cd9767bb6afe50e70b;hpb=c063c72b0e63842f5466e0983183c98d4e05c54e;p=onak.git diff --git a/keydb_stacked.c b/keydb_stacked.c index ee1c5cf..7e997d9 100644 --- a/keydb_stacked.c +++ b/keydb_stacked.c @@ -85,14 +85,18 @@ static int stacked_delete_key(struct onak_dbctx *dbctx, } static int stacked_update_keys(struct onak_dbctx *dbctx, - struct openpgp_publickey **keys, bool sendsync) + struct openpgp_publickey **keys, + struct keyarray *blacklist, + bool updateonly, + bool sendsync) { struct onak_stacked_dbctx *privctx = (struct onak_stacked_dbctx *) dbctx->priv; struct onak_dbctx *backend = (struct onak_dbctx *) privctx->backends->object; - return backend->update_keys(backend, keys, sendsync); + return backend->update_keys(backend, keys, blacklist, updateonly, + sendsync); } static int stacked_iterate_keys(struct onak_dbctx *dbctx,