X-Git-Url: http://the.earth.li/gitweb/?a=blobdiff_plain;f=keydb.h;h=d7515c8f7881452b259b6ae8e6ecf30bb1a6149a;hb=2826e0222d6ad5148384d5d39ea748277093ab21;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. */