summaryrefslogtreecommitdiff
path: root/lib/tdb/include
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-10-21 21:43:13 +0200
committerJelmer Vernooij <jelmer@samba.org>2010-10-21 20:26:11 +0000
commitc529317fe2b48e045b35a613cfd1ad3f03b68435 (patch)
treee714b588b45bb825acdfa642194cd2c1e1bb441c /lib/tdb/include
parent5785f08268bac332d09bdf71d1907ecb54f3b5bd (diff)
downloadsamba-c529317fe2b48e045b35a613cfd1ad3f03b68435.tar.gz
Lowercase socket_wrapper name.
Avoid linking against socket_wrapper outside of developer mode. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Thu Oct 21 20:26:11 UTC 2010 on sn-devel-104
Diffstat (limited to 'lib/tdb/include')
-rw-r--r--lib/tdb/include/tdb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/tdb/include/tdb.h b/lib/tdb/include/tdb.h
index 115c6fada60..38d819733a8 100644
--- a/lib/tdb/include/tdb.h
+++ b/lib/tdb/include/tdb.h
@@ -101,6 +101,7 @@ 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);