ldb_tdb: Add errorstr to the key value ops
[metze/samba/wip.git] / lib / ldb / ldb_tdb / ldb_tdb.h
index ba827f92a885e9eaa7b7ba56a9b6697b6d481833..5c930bf997a10c4d182bc267d490db7b9c5706ee 100644 (file)
@@ -15,6 +15,7 @@ struct kv_db_ops {
        int (*abort_write)(struct ltdb_private *);
        int (*finish_write)(struct ltdb_private *);
        int (*error)(struct ltdb_private *ltdb);
+       const char * (*errorstr)(struct ltdb_private *ltdb);
        const char * (*name)(struct ltdb_private *ltdb);
        bool (*has_changed)(struct ltdb_private *ltdb);
 };