X-Git-Url: https://the.earth.li/gitweb/?p=onak.git;a=blobdiff_plain;f=keydb.h;h=05405c334f8b06eca398cf7d19b977d8c897d622;hp=6c1bcf55dc17d65dec79030a64dbdccc536f0cc8;hb=adc800dbc424a1e246dd4a82a0c2e88eeda25531;hpb=5cb3cfdb9d8caa6d7a4a1979c50c46896957b934 diff --git a/keydb.h b/keydb.h index 6c1bcf5..05405c3 100644 --- a/keydb.h +++ b/keydb.h @@ -14,13 +14,13 @@ * more details. * * You should have received a copy of the GNU General Public License along with - * this program; if not, write to the Free Software Foundation, Inc., 51 - * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * this program. If not, see . */ #ifndef __KEYDB_H__ #define __KEYDB_H__ +#include #include #include "keystructs.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. */