summaryrefslogtreecommitdiffstats
path: root/lib/tdb/test/logging.h
blob: 89e77b21080efa03475c57ee6013369e62b70d84 (plain)
1
2
3
4
5
6
7
8
9
10
11
#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 */