]> git.ozlabs.org Git - ccan-lca-2011.git/blob - ccan/tdb/test/logging.h
rbtree: fix memory leak in tests
[ccan-lca-2011.git] / 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 */