diff options
Diffstat (limited to 'source3/lib/dbwrap/dbwrap_private.h')
-rw-r--r-- | source3/lib/dbwrap/dbwrap_private.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/lib/dbwrap/dbwrap_private.h b/source3/lib/dbwrap/dbwrap_private.h index 28da1add53..94993428a4 100644 --- a/source3/lib/dbwrap/dbwrap_private.h +++ b/source3/lib/dbwrap/dbwrap_private.h @@ -63,6 +63,9 @@ struct db_context { void *private_data; enum dbwrap_lock_order lock_order; bool persistent; + void (*stored_callback)(struct db_context *db, struct db_record *rec, + void *private_data); + void *stored_callback_private_data; }; #endif /* __DBWRAP_PRIVATE_H__ */ |