]> git.ozlabs.org Git - ccan/blob - ccan/tdb/test/logging.h
tdb: add test for tdb_summary
[ccan] / ccan / tdb / test / logging.h
1 #ifndef TDB_TEST_LOGGING_H
2 #define TDB_TEST_LOGGING_H
3 #include <ccan/tdb/tdb.h>
4 #include <stdbool.h>
5
6 extern bool suppress_logging;
7 extern const char *log_prefix;
8 extern struct tdb_logging_context taplogctx;
9
10 #endif /* TDB_TEST_LOGGING_H */