mirror of
https://github.com/samba-team/samba.git
synced 2025-03-09 08:58:35 +03:00
tdb: update exports and signatures files
(Imported from commit c1f6f61f620e865516d1856c9d937b5326a29046) (This used to be ctdb commit e61ff181085b35cb4aba933350bfe4f64471b359)
This commit is contained in:
parent
bae2979659
commit
bca9d2764e
@ -53,6 +53,7 @@
|
||||
tdb_transaction_prepare_commit;
|
||||
tdb_transaction_recover;
|
||||
tdb_transaction_start;
|
||||
tdb_transaction_start_nonblock;
|
||||
tdb_traverse;
|
||||
tdb_traverse_read;
|
||||
tdb_unlockall;
|
||||
|
@ -34,6 +34,7 @@ int tdb_transaction_commit (struct tdb_context *);
|
||||
int tdb_transaction_prepare_commit (struct tdb_context *);
|
||||
int tdb_transaction_recover (struct tdb_context *);
|
||||
int tdb_transaction_start (struct tdb_context *);
|
||||
int tdb_transaction_start_nonblock (struct tdb_context *);
|
||||
int tdb_traverse_read (struct tdb_context *, tdb_traverse_func, void *);
|
||||
int tdb_traverse (struct tdb_context *, tdb_traverse_func, void *);
|
||||
int tdb_unlockall_read (struct tdb_context *);
|
||||
|
Loading…
x
Reference in New Issue
Block a user