summaryrefslogtreecommitdiff
path: root/lib/tdb/test/logging.h
blob: 93bf324912604185a44fa8b1403bb783a9ae65bb (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef TDB_TEST_LOGGING_H
#define TDB_TEST_LOGGING_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 */