ldb_debug_ops - Man Page

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(3
void 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

Author

Generated automatically by Doxygen for LDB from the source code.

Info

LDB