ldb_debug_ops (3) Linux Manual Page
ldb_debug_ops –
the user can optionally supply a debug function.
Synopsis
#include <ldb.h>Data Fields
void(* debug )(void *context, enum ldb_debug_level level, const char *fmt, va_list ap) PRINTF_ATTRIBUTE(3void(*) void context )
Detailed Description
the user can optionally supply a debug function.The function is based on the vfprintf() style of interface, but with the addition of a severity level
