12 lines
264 B
C
12 lines
264 B
C
|
|
#ifndef TDB_TEST_LOGGING_H
|
||
|
|
#define TDB_TEST_LOGGING_H
|
||
|
|
#include "replace.h"
|
||
|
|
#include "../include/tdb.h"
|
||
|
|
#include <stdbool.h>
|
||
|
|
|
||
|
|
extern bool suppress_logging;
|
||
|
|
extern const char *log_prefix;
|
||
|
|
extern struct tdb_logging_context taplogctx;
|
||
|
|
|
||
|
|
#endif /* TDB_TEST_LOGGING_H */
|