X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Ftdb2%2Ftest%2Flogging.h;h=2dfea145c3370a8dc046448a65ee46774b150a70;hp=d172f867fd218f4984d5061631bda9c3cb57ce4c;hb=3d99c9334fe3067c88772547b9c06acec21616ea;hpb=6ce40d6ab4dbd63bd76979b8491351708c3df892 diff --git a/ccan/tdb2/test/logging.h b/ccan/tdb2/test/logging.h index d172f867..2dfea145 100644 --- a/ccan/tdb2/test/logging.h +++ b/ccan/tdb2/test/logging.h @@ -8,8 +8,10 @@ extern bool suppress_logging; extern const char *log_prefix; extern unsigned tap_log_messages; extern union tdb_attribute tap_log_attr; +extern char *log_last; void tap_log_fn(struct tdb_context *tdb, enum tdb_log_level level, + enum TDB_ERROR ecode, const char *message, void *priv); #endif /* TDB2_TEST_LOGGING_H */