summaryrefslogtreecommitdiff
path: root/source4/lib/tdb_helper.c
diff options
context:
space:
mode:
Diffstat (limited to 'source4/lib/tdb_helper.c')
-rw-r--r--source4/lib/tdb_helper.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/lib/tdb_helper.c b/source4/lib/tdb_helper.c
index 22c4d1bb45..2698e3cc71 100644
--- a/source4/lib/tdb_helper.c
+++ b/source4/lib/tdb_helper.c
@@ -29,6 +29,8 @@
Log tdb messages via DEBUG().
****************************************************************************/
+static void tdb_log(TDB_CONTEXT *tdb, int level, const char *format, ...) PRINTF_ATTRIBUTE(3,4);
+
static void tdb_log(TDB_CONTEXT *tdb, int level, const char *format, ...)
{
va_list ap;