diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-10-23 19:53:38 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-10-23 18:37:16 +0000 |
commit | dec00bf0974ea3b5079c32e2a6e6253954297253 (patch) | |
tree | 6f11dac55b8aeb730973ba9213a4e23f882de41d /lib/tdb/include | |
parent | c7d7c8f6f8b85c15d3fef37d516e34961ee4f31a (diff) | |
download | samba-dec00bf0974ea3b5079c32e2a6e6253954297253.tar.gz samba-dec00bf0974ea3b5079c32e2a6e6253954297253.tar.bz2 samba-dec00bf0974ea3b5079c32e2a6e6253954297253.zip |
tdb: Revert re-addition of tdb_set_logging_function.
I accidentally committed this patch which we carry in the Debian
packages.
Autobuild-User: Jelmer Vernooij <jelmer@samba.org>
Autobuild-Date: Sat Oct 23 18:37:16 UTC 2010 on sn-devel-104
Diffstat (limited to 'lib/tdb/include')
-rw-r--r-- | lib/tdb/include/tdb.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/tdb/include/tdb.h b/lib/tdb/include/tdb.h index 38d819733a..115c6fada6 100644 --- a/lib/tdb/include/tdb.h +++ b/lib/tdb/include/tdb.h @@ -101,7 +101,6 @@ void tdb_set_max_dead(struct tdb_context *tdb, int max_dead); int tdb_reopen(struct tdb_context *tdb); int tdb_reopen_all(int parent_longlived); -__attribute__((deprecated)) void tdb_logging_function(struct tdb_context *tdb, tdb_log_func); void tdb_set_logging_function(struct tdb_context *tdb, const struct tdb_logging_context *log_ctx); enum TDB_ERROR tdb_error(struct tdb_context *tdb); const char *tdb_errorstr(struct tdb_context *tdb); |