]> git.ozlabs.org Git - ccan/blobdiff - ccan/tdb/test/logging.h
tdb: missing files from checkin.
[ccan] / ccan / tdb / test / logging.h
diff --git a/ccan/tdb/test/logging.h b/ccan/tdb/test/logging.h
new file mode 100644 (file)
index 0000000..6745a32
--- /dev/null
@@ -0,0 +1,10 @@
+#ifndef TDB_TEST_LOGGING_H
+#define TDB_TEST_LOGGING_H
+#include <ccan/tdb/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 */