summaryrefslogtreecommitdiff
path: root/lib/tdb2/test/tdb1-logging.h
blob: 128ec7f81d8f83128f84c6c6d0d65fa8dd7d49f5 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef TDB_TEST_LOGGING_H
#define TDB_TEST_LOGGING_H
#include <ccan/tdb2/tdb1.h>
#include <stdbool.h>

extern bool suppress_logging;
extern const char *log_prefix;
extern struct tdb1_logging_context taplogctx;

#endif /* TDB_TEST_LOGGING_H */