1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-02 09:47:23 +03:00

tdb: update exports and signatures files

This commit is contained in:
Simo Sorce 2010-03-26 15:21:15 -04:00
parent 261c3b4f1b
commit c1f6f61f62
2 changed files with 2 additions and 0 deletions

View File

@ -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;

View File

@ -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 *);