]> git.ozlabs.org Git - ccan/blobdiff - ccan/tdb2/test/logging.h
tdb2: more tests, hash collision fixes, attribute support.
[ccan] / ccan / tdb2 / test / logging.h
index b8550df9b19157cd149115f81e7f315b59194a2b..510cfb88562024cf20cdd3f3c7431056e586619c 100644 (file)
@@ -4,7 +4,9 @@
 #include <stdbool.h>
 #include <string.h>
 
-unsigned tap_log_messages;
+extern unsigned tap_log_messages;
+
+extern union tdb_attribute tap_log_attr;
 
 void tap_log_fn(struct tdb_context *tdb,
                enum tdb_debug_level level, void *priv,