X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Ftdb2%2Ftest%2Flogging.h;h=85b417d355282106ca5dca306521f180d1879481;hb=a0ac303da08672d4cfe5629b794b2651e1e98399;hp=b8550df9b19157cd149115f81e7f315b59194a2b;hpb=dbf1ac48c3a1f5147dfcd457a7847a03de26a6c7;p=ccan diff --git a/ccan/tdb2/test/logging.h b/ccan/tdb2/test/logging.h index b8550df9..85b417d3 100644 --- a/ccan/tdb2/test/logging.h +++ b/ccan/tdb2/test/logging.h @@ -4,7 +4,10 @@ #include #include -unsigned tap_log_messages; +extern bool suppress_logging; +extern const char *log_prefix; +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,