Scroll to navigation

ldb_debug_ops(3) Library Functions Manual ldb_debug_ops(3)

NAME

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(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.

LDB