summaryrefslogtreecommitdiff
path: root/source3/tdb/include/tdb.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/tdb/include/tdb.h')
-rw-r--r--source3/tdb/include/tdb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/tdb/include/tdb.h b/source3/tdb/include/tdb.h
index 691c26af81..920ac5c6d9 100644
--- a/source3/tdb/include/tdb.h
+++ b/source3/tdb/include/tdb.h
@@ -97,7 +97,7 @@ struct tdb_context *tdb_open_ex(const char *name, int hash_size, int tdb_flags,
int tdb_reopen(struct tdb_context *tdb);
int tdb_reopen_all(int parent_longlived);
-void tdb_set_logging_function(struct tdb_context *tdb, const struct tdb_logging_context *log);
+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);
TDB_DATA tdb_fetch(struct tdb_context *tdb, TDB_DATA key);