]> git.ozlabs.org Git - ccan/blob - ccan/tdb2/test/tdb1-logging.h
tdb2: test: import tdb1's tests.
[ccan] / ccan / tdb2 / test / tdb1-logging.h
1 #ifndef TDB_TEST_LOGGING_H
2 #define TDB_TEST_LOGGING_H
3 #include <ccan/tdb2/tdb1.h>
4 #include <stdbool.h>
5
6 extern bool suppress_logging;
7 extern const char *log_prefix;
8 extern struct tdb1_logging_context taplogctx;
9
10 #endif /* TDB_TEST_LOGGING_H */