X-Git-Url: http://the.earth.li/gitweb/?a=blobdiff_plain;f=keydb.h;h=d7515c8f7881452b259b6ae8e6ecf30bb1a6149a;hb=2458360e75aa46091f60c16e041c07bffe2edefb;hp=6c1bcf55dc17d65dec79030a64dbdccc536f0cc8;hpb=4117d3174e8ae389db9fff2867592fc798a896b2;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. */