X-Git-Url: https://the.earth.li/gitweb/?a=blobdiff_plain;f=keydb.h;h=d7515c8f7881452b259b6ae8e6ecf30bb1a6149a;hb=cc7c85b31ad99e8ec2b545c333cbcc890a97e9e7;hp=6c1bcf55dc17d65dec79030a64dbdccc536f0cc8;hpb=5cb3cfdb9d8caa6d7a4a1979c50c46896957b934;p=onak.git diff --git a/keydb.h b/keydb.h index 6c1bcf5..d7515c8 100644 --- a/keydb.h +++ b/keydb.h @@ -207,6 +207,11 @@ struct onak_dbctx { void (*iterfunc)(void *ctx, struct openpgp_publickey *key), void *ctx); +/** + * @brief Configuration file information for this backend instance + */ + struct onak_db_config *config; + /** * @brief Private backend context information. */